File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ permissions:
4242
4343jobs :
4444 build-busola-image :
45- uses : kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows /image-builder.yml@main
45+ uses : kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: https://github.com/ kyma-project/test-infra/tree/main/ .github/actions /image-builder
4646 if : github.event.pull_request.draft == false
4747 with :
4848 name : busola
4949 dockerfile : Dockerfile
5050 tags : ${{ inputs.tag != '' && inputs.tag || 'latest' }}
5151 build-args : ${{ inputs.tag != '' && format('tag={0}', inputs.tag) || '' }}
5252 build-fips-busola-image :
53- uses : kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows /image-builder.yml@main
53+ uses : kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: https://github.com/ kyma-project/test-infra/tree/main/ .github/actions /image-builder
5454 if : github.event.pull_request.draft == false
5555 with :
5656 name : fips-busola
5757 dockerfile : fips.Dockerfile
5858 tags : ${{ inputs.tag != '' && inputs.tag || 'latest' }}
5959 use-restricted-registry : true
60- build-args : BASE_IMAGE=europe-docker.pkg.dev/kyma-project/prod/busola:${{ inputs.tag != '' && inputs.tag || 'latest' }}'
60+ build-args : BASE_IMAGE=europe-docker.pkg.dev/kyma-project/prod/busola:${{ inputs.tag != '' && inputs.tag || 'latest' }}
You can’t perform that action at this time.
0 commit comments