From a379b9075c9c9409d379cac4eac7763fb58c98fd Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 16 Jan 2024 15:55:05 +0300 Subject: [PATCH] fix: explicitly use a tag (#245) --- scripts/push_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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