Skip to content

Commit

Permalink
Changed back to pushing only when is merge to main, reverted that by …
Browse files Browse the repository at this point in the history
…mistake
  • Loading branch information
nmofonseca committed Jun 1, 2024
1 parent fe42e97 commit f93bb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Docker build
uses: docker/build-push-action@v5
with:
push: true
push: ${{ github.event_name != 'pull_request' }}
platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
Expand Down

0 comments on commit f93bb49

Please sign in to comment.