We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d75975 commit 8850190Copy full SHA for 8850190
.github/workflows/busola-build.yml
@@ -49,3 +49,13 @@ jobs:
49
dockerfile: Dockerfile
50
tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
51
build-args: ${{ inputs.tag != '' && format('tag={0}', inputs.tag) || '' }}
52
+ 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
54
+ if: github.event.pull_request.draft == false
55
+ continue-on-error: true
56
+ with:
57
+ name: fips-busola
58
+ dockerfile: fips.Dockerfile
59
+ tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
60
+ use-restricted-registry: true
61
+ build-args: BASE_IMAGE=europe-docker.pkg.dev/kyma-project/prod/busola:${{ inputs.tag != '' && inputs.tag || 'latest' }}'
0 commit comments