We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8333d6 commit 710cf15Copy full SHA for 710cf15
1 file changed
.github/workflows/docker.yml
@@ -1,6 +1,8 @@
1
name: Publish Docker Image
2
3
on:
4
+ push:
5
+ tags: ["v*.*.*"]
6
workflow_dispatch:
7
inputs:
8
custom_tag:
0 commit comments