Skip to content

Commit

Permalink
fix: add PR originator
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidon15 committed Oct 10, 2023
1 parent 62ec4b8 commit 31b7286
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ jobs:
github.event_name == 'push' &&
github.ref != 'refs/heads/main' &&
!startsWith(github.ref, 'refs/tags/v') &&
!contains(github.ref, '-rc')
!contains(github.ref, '-rc') &&
github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
uses: docker/build-push-action@v5
env:
OUTPUT_SHORT_SHA: ${{ needs.prepare-env.outputs.output_short_sha }}
Expand Down

0 comments on commit 31b7286

Please sign in to comment.