Skip to content

Commit 8850190

Browse files
committed
add skeleton for job
1 parent 9d75975 commit 8850190

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/busola-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,13 @@ jobs:
4949
dockerfile: Dockerfile
5050
tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
5151
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

Comments
 (0)