Skip to content

Commit a32631f

Browse files
authored
Merge pull request #3 from blinklabs-io/chore/ci-update-image-versioning
chore(ci): update image versioning
2 parents eb3ee81 + b9bc337 commit a32631f

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)