Skip to content

Commit

Permalink
Use head ref for image builder Github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawthis committed Jul 16, 2024
1 parent 23df480 commit 589cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-image-builder-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: echo ${{ steps.get_tag.outputs.TAG }}
build-image:
needs: compute-tag
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
uses: kyma-project/test-infra/.github/workflows/image-builder.yml@${{ github.event.pull_request_target.head.ref }}
with:
name: test-infra/ginkgo
dockerfile: prow/images/ginkgo/Dockerfile
Expand Down

0 comments on commit 589cdab

Please sign in to comment.