Skip to content

Commit

Permalink
Update build_container.yml pattern matching on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
harryttd authored Aug 25, 2023
1 parent dc54248 commit 19b1394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tags: |
type=ref,event=branch
type=ref,event=pr
type=match,pattern=v(.*),group=1
type=match,pattern=.*,group=1
- name: Push container to GHCR
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 19b1394

Please sign in to comment.