Skip to content

Commit e24f729

Browse files
committed
try to fix:
1 parent c4d9fe3 commit e24f729

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/busola-build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
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' }}'

0 commit comments

Comments
 (0)