Skip to content

Commit

Permalink
chore(ci): remove redundant container image tag (#43)
Browse files Browse the repository at this point in the history
No need to tag container image with PR info - we're building branches only.
  • Loading branch information
arikkfir authored Sep 8, 2023
1 parent c1666a8 commit 6f3ba8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/branch_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
type=sha,prefix=,suffix=,format=short
type=sha,prefix=,suffix=,format=long
type=ref,event=branch
type=ref,event=pr
- uses: docker/build-push-action@v3
with:
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 6f3ba8e

Please sign in to comment.