We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4794134 + 8b17c2d commit 293b3dbCopy full SHA for 293b3db
1 file changed
.github/workflows/push.yml
@@ -1,8 +1,9 @@
1
name: Push Docker Image
2
3
on:
4
- release:
5
- types: [released]
+ push:
+ tags:
6
+ - '*'
7
8
jobs:
9
docker:
0 commit comments