We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db8957c commit 54bb6faCopy full SHA for 54bb6fa
.github/workflows/docker-image.yaml
@@ -3,6 +3,7 @@ name: Create and publish Docker image
3
on:
4
push:
5
branches: ['master']
6
+ tags: ['v*']
7
workflow_dispatch: {}
8
9
env:
0 commit comments