We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a142d commit 4b1f3cbCopy full SHA for 4b1f3cb
1 file changed
.github/workflows/docker-image.yml
@@ -1,8 +1,9 @@
1
name: Publish Docker image
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ tags:
6
+ - 'v[0-9]+.[0-9]+.[0-9]+'
7
8
jobs:
9
push_to_registry:
0 commit comments