Skip to content

Commit

Permalink
chore(ci): update image versioning
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Aug 8, 2023
1 parent eb3ee81 commit b9bc337
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
images: |
blinklabs/go
ghcr.io/${{ github.repository }}
tags: |
# version
type=match,pattern=v(.*),group=1
# branch
type=ref,event=branch
- name: push
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit b9bc337

Please sign in to comment.