Skip to content

Commit

Permalink
Updaters: Fix metadata useage - use branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwparent committed May 28, 2024
1 parent 218e307 commit fd7ea0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
type=refs,event=push
type=refs,event=branch
type=sha
flavor: |
latest=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
type=refs,event=push
type=refs,event=branch
type=sha
flavor: |
latest=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=push
type=ref,event=branch
type=sha
flavor: |
latest=true
Expand Down

0 comments on commit fd7ea0c

Please sign in to comment.