Skip to content

Commit

Permalink
chore: update build-push.yml to remove unnecessary tags
Browse files Browse the repository at this point in the history
  • Loading branch information
laipz8200 committed Sep 4, 2024
1 parent 94432a0 commit 4b0d2bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ jobs:
with:
images: ${{ env[matrix.image_name_env] }}
tags: |
type=raw,enable=${{ startsWith(github.ref, 'refs/tags/') }}
type=ref,event=branch
type=sha,enable=true,priority=100,prefix=,suffix=,format=long
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 4b0d2bf

Please sign in to comment.