Skip to content

Commit 54bb6fa

Browse files
committed
trigger github action on tags
1 parent db8957c commit 54bb6fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Create and publish Docker image
33
on:
44
push:
55
branches: ['master']
6+
tags: ['v*']
67
workflow_dispatch: {}
78

89
env:

0 commit comments

Comments
 (0)