Skip to content

Commit b9bc337

Browse files
committed
chore(ci): update image versioning
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent eb3ee81 commit b9bc337

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
images: |
3737
blinklabs/go
3838
ghcr.io/${{ github.repository }}
39+
tags: |
40+
# version
41+
type=match,pattern=v(.*),group=1
42+
# branch
43+
type=ref,event=branch
3944
- name: push
4045
uses: docker/build-push-action@v2
4146
with:

0 commit comments

Comments
 (0)