Skip to content

Commit

Permalink
ci: only push if is not a fork (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusinacio authored Nov 1, 2024
1 parent 98644a7 commit 09f645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ jobs:
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6
with:
context: ./
push: true
push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
tags: ${{ steps.meta.outputs.tags }}
file: Dockerfile.${{ matrix.target }}

0 comments on commit 09f645c

Please sign in to comment.