Skip to content

Commit 82b8b37

Browse files
fix(ci): trigger container builds on tags
1 parent 5620c9c commit 82b8b37

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/containers-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: 'Containers: Publish'
22

33
on:
4-
workflow_dispatch
5-
# push:
6-
# tags: [ 'v*' ]
4+
push:
5+
tags: [ 'v*' ]
76

87

98
jobs:

0 commit comments

Comments
 (0)