Skip to content

Commit 40f782d

Browse files
committed
ci: build our containers on tags as well
We want to build our containers when we make a tag.
1 parent 1892cce commit 40f782d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/containers.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: container builds
22

33
on:
44
push:
5+
tags:
6+
- v*
57
branches:
68
- main
79
paths:

0 commit comments

Comments
 (0)