We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3f7cb commit dc7d1c9Copy full SHA for dc7d1c9
1 file changed
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
on:
2
- release:
3
- types:
4
- - published
+ push:
+ tags:
+ - "v*.*.*"
5
6
env:
7
REGISTRY: ghcr.io
0 commit comments