Skip to content

Commit

Permalink
fix(scripts/push_images.sh): break into separate depot push invocatio…
Browse files Browse the repository at this point in the history
…ns (#252)
  • Loading branch information
johnstcn authored Jan 16, 2024
1 parent 67df50c commit 839ec0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 839ec0e

Please sign in to comment.