diff --git a/scripts/push_images.sh b/scripts/push_images.sh index e381cca..7892e6e 100755 --- a/scripts/push_images.sh +++ b/scripts/push_images.sh @@ -102,5 +102,5 @@ for image in "${IMAGES[@]}"; do fi build_id=$(cat build.json | jq -r .\[\"depot.build\"\].buildID) - run_trace $DRY_RUN depot push --project "gb3p8xrshk" "$build_id" + run_trace $DRY_RUN depot push --project "gb3p8xrshk" --tag "$image_ref" "$build_id" done