Skip to content

Commit 0351afb

Browse files
committed
Add pushed tags as trigger
1 parent d01ddf8 commit 0351afb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/image-on-push.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Docker Image for master branch
22

33
on:
44
push:
5+
tags:
6+
- '*'
57
branches:
68
- master
79

0 commit comments

Comments
 (0)