ci(merge): fix thecodingmachine target

This commit is contained in:
Julien Neuhart
2025-02-07 09:59:08 +01:00
parent 7676d7a239
commit 0a6a97cf07

View File

@@ -94,8 +94,8 @@ run_cmd() {
if [ -n "$alternate_registry" ]; then
alternate_target="${target/$DOCKER_REGISTRY/$alternate_registry}"
cmd="docker buildx imagetools create \
-t $target \
$alternate_target
-t $alternate_target \
$target
"
run_cmd "$cmd"