Skip to content

Commit b229736

Browse files
committed
Merge branch 'main' into allow-customization-busola
2 parents 8aa8d70 + 07636b9 commit b229736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/busola-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
dockerfile: Dockerfile.fips
5959
tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
6060
use-restricted-registry: true
61-
build-args: BASE_IMAGE=europe-docker.pkg.dev/kyma-project/${{ github.event_name == 'pull_request' && 'dev' || 'prod' }}/busola@${{ needs.build-busola-image.outputs.digest }}
61+
build-args: BASE_IMAGE=europe-docker.pkg.dev/kyma-project/${{ github.event_name == 'pull_request_target' && 'dev' || 'prod' }}/busola@${{ needs.build-busola-image.outputs.digest }}

0 commit comments

Comments
 (0)