Update scripts/push_images.sh

Co-authored-by: Cian Johnston <cian@coder.com>
This commit is contained in:
Muhammad Atif Ali 2024-01-16 16:17:10 +03:00 committed by GitHub
parent 9ede573430
commit b5e987eb3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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" --tag "$image_ref" --tag "codercom/enterprise-$image:latest" "$build_id"
run_trace $DRY_RUN depot push --project "gb3p8xrshk" --tag "$image_ref" --tag "codercom/enterprise-${image}:latest" "$build_id"
done