Skip to content

Commit

Permalink
Updated check for the PR source being internal
Browse files Browse the repository at this point in the history
  • Loading branch information
stumpylog authored and jordan-dalby committed Nov 25, 2024
1 parent 6efe960 commit 8d6b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.repository == 'jordan-dalby/ByteStash' }}
push: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
platforms: linux/amd64
tags: ${{ steps.docker-metadata.outputs.tags }}
labels: ${{ steps.docker-metadata.outputs.labels }}

0 comments on commit 8d6b054

Please sign in to comment.