Skip to content

Commit

Permalink
Update push_images.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Jan 16, 2024
1 parent e300e43 commit 5645ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ for image in "${IMAGES[@]}"; do
continue
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"
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"
done

0 comments on commit 5645ac1

Please sign in to comment.