File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5252 build-fips-busola-image :
5353 uses : kyma-project/test-infra/.github/workflows/image-builder.yml@main # Usage: kyma-project/test-infra/.github/workflows/image-builder.yml@main
5454 if : github.event.pull_request.draft == false
55+ continue-on-error : true
5556 with :
5657 name : fips-busola
57- dockerfile : Dockerfile
58+ dockerfile : fips. Dockerfile
5859 tags : ${{ inputs.tag != '' && inputs.tag || 'latest' }}
5960 use-restricted-registry : true
60- build-args : ${{ inputs.tag != '' && format('tag={0}', inputs.tag) || '' }} BASE_IMAGE=europe-docker.pkg.dev/kyma-project/prod/busola:${{ inputs.tag != '' && inputs.tag || 'latest' }}'
61+ 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