Skip to content

Commit

Permalink
attempt to disable pushing to GHCR for PR event
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Mar 30, 2024
1 parent 4d65483 commit 660a621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ jobs:
- name: Push image
uses: docker/[email protected]
with:
push: true
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.docker_meta.outputs.tags }}
file: ./Dockerfile

0 comments on commit 660a621

Please sign in to comment.