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