We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01ddf8 commit 0351afbCopy full SHA for 0351afb
.github/workflows/image-on-push.yaml
@@ -2,6 +2,8 @@ name: Docker Image for master branch
2
3
on:
4
push:
5
+ tags:
6
+ - '*'
7
branches:
8
- master
9
0 commit comments