Skip to content

Commit e321e3e

Browse files
committed
chore: update image-builder version in action.yml
1 parent 030171e commit e321e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/image-builder/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ runs:
103103
id: prepare-platforms
104104
shell: bash
105105
106-
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20251003-c2371fbc
106+
- uses: docker://europe-docker.pkg.dev/kyma-project/prod/image-builder:v20251003-b9305fe9
107107
id: build
108108
with:
109109
args: --name=${{ inputs.image-name }} --context=${{ inputs.context }} --dockerfile=${{ inputs.dockerfile }} --target=${{ inputs.target }} --azure-access-token=${{ inputs.ado-token }} --oidc-token=${{ inputs.oidc-token }} ${{ steps.prepare-build-args.outputs.build-args }} ${{ steps.prepare-tags.outputs.tags }} ${{ steps.prepare-platforms.outputs.platforms }} --export-tags=${{ inputs.export-tags }} --config=${{ inputs.config }} --use-go-internal-sap-modules=${{ inputs.use-go-internal-sap-modules }}

0 commit comments

Comments
 (0)