use depot. t push the multi-arch image

This commit is contained in:
Muhammad Atif Ali 2024-01-16 14:53:24 +03:00
parent f1ce878ebd
commit b852d0647a
1 changed files with 2 additions and 3 deletions

View File

@ -100,7 +100,6 @@ for image in "${IMAGES[@]}"; do
continue
fi
run_trace $DRY_RUN docker push \
"${docker_flags[@]}" \
"$image_ref" \| indent
build_id=$(cat build.json | jq -r .\[\"depot.build\"\].buildID)
run_trace $DRY_RUN depot push --project "gb3p8xrshk" "$build_id"
done