Skip to content

Commit

Permalink
Remove context of push
Browse files Browse the repository at this point in the history
  • Loading branch information
kutzilla committed Jan 9, 2025
1 parent bf8b8a7 commit 674b521
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_and_push_to_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
- name: Push Docker images
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 674b521

Please sign in to comment.