Skip to content

Commit 3a453ab

Browse files
authored
Merge pull request #791 from rackerlabs/container-on-tag
ci: build our containers on tags as well
2 parents 1892cce + 40f782d commit 3a453ab

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)