Skip to content

Commit 7f21e59

Browse files
committed
chore: wip
1 parent fd2f683 commit 7f21e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/buildkit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,12 @@ runs:
288288
--opt platform=$INPUT_PLATFORMS \
289289
$(echo "$INPUT_BUILD_ARGS" | sed -r '/^\s*$/d' - | sed -r 's/(.*)/--opt build-arg:\1 \\/' -) \
290290
$(echo "$INPUT_LABELS" | sed -r '/^\s*$/d' - | sed -r 's/(.*)/--opt label:\1 \\/' -) \
291-
"${secret_args[@]}" \
292291
"$target_args" \
293292
$cache_options \
294293
--opt filename=./$INPUT_DOCKERFILE \
295294
--opt attest:sbom= \
296295
--opt attest:provenance= \
296+
"${secret_args[@]}" \
297297
--output type=image,\"name=$(echo "$INPUT_TAGS" | paste -sd ',' -)\",push=$INPUT_PUSH
298298
}
299299

0 commit comments

Comments
 (0)