save to ephemeral registry and get build_id

This commit is contained in:
Muhammad Atif Ali 2024-01-16 13:29:53 +03:00 committed by GitHub
parent 31fdb88a6a
commit f1ce878ebd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ for image in "${IMAGES[@]}"; do
continue
fi
run_trace $DRY_RUN depot build --project "gb3p8xrshk" --load --platform linux/arm64,linux/amd64,linux/arm/v7 \
run_trace $DRY_RUN depot build --project "gb3p8xrshk" --load --platform linux/arm64,linux/amd64,linux/arm/v7 --save --metadata-file=build.json \
"${docker_flags[@]}" \
"$image_dir" \
--file="$image_path" \