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