Skip to content

Commit 0b468a7

Browse files
authored
fix: Fix typo in fips build image job (kyma-project#4605)
1 parent 1a2e962 commit 0b468a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/busola-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ permissions:
4242

4343
jobs:
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' }}

0 commit comments

Comments
 (0)