File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,23 @@ runs:
279
279
local cmd="$1"
280
280
local mtls_options="$2"
281
281
282
+ echo "---------"
283
+ echo $cmd $mtls_options build \
284
+ --frontend dockerfile.v0 \
285
+ --local context=$INPUT_CONTEXT \
286
+ --local dockerfile=$INPUT_CONTEXT \
287
+ --opt platform=$INPUT_PLATFORMS \
288
+ $(echo "$INPUT_BUILD_ARGS" | sed -r '/^\s*$/d' - | sed -r 's/(.*)/--opt build-arg:\1 \\/' -) \
289
+ $(echo "$INPUT_LABELS" | sed -r '/^\s*$/d' - | sed -r 's/(.*)/--opt label:\1 \\/' -) \
290
+ "$target_args" \
291
+ $cache_options \
292
+ --opt filename=./$INPUT_DOCKERFILE \
293
+ --opt attest:sbom= \
294
+ --opt attest:provenance= \
295
+ "${secret_args[@]}" \
296
+ --output type=image,\"name=$(echo "$INPUT_TAGS" | paste -sd ',' -)\",push=$INPUT_PUSH
297
+ echo "---------"
298
+
282
299
$cmd $mtls_options build \
283
300
--frontend dockerfile.v0 \
284
301
--local context=$INPUT_CONTEXT \
You can’t perform that action at this time.
0 commit comments