Skip to content

Commit

Permalink
push true always true
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha920 committed Mar 15, 2024
1 parent fa18f55 commit 98f8d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ jobs:
uses: docker/build-push-action@v5
with:
load: false
push: true
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
no-cache: true

0 comments on commit 98f8d1d

Please sign in to comment.