Skip to content

Commit ea47ddb

Browse files
authored
fix: Typo in fips build workflow (kyma-project#4616)
1 parent 9c6be93 commit ea47ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/busola-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
dockerfile: Dockerfile.fips
5959
tags: ${{ inputs.tag != '' && inputs.tag || 'latest' }}
6060
use-restricted-registry: true
61-
build-args: BASE_IMAGE=europe-docker.pkg.dev/kyma-project/prod/busola@${needs.build-busola-image.outputs.digest}
61+
build-args: BASE_IMAGE=europe-docker.pkg.dev/kyma-project/prod/busola@${{ needs.build-busola-image.outputs.digest }}

0 commit comments

Comments
 (0)