File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
.github/actions/image-builder Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ runs:
103
103
id: prepare-platforms
104
104
shell: bash
105
105
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
107
107
id : build
108
108
with :
109
109
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 }}
You can’t perform that action at this time.
0 commit comments