Skip to content

Commit

Permalink
use depot. t push the multi-arch image
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali committed Jan 16, 2024
1 parent f1ce878 commit b852d06
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ for image in "${IMAGES[@]}"; do
continue
fi

run_trace $DRY_RUN docker push \
"${docker_flags[@]}" \
"$image_ref" \| indent
build_id=$(cat build.json | jq -r .\[\"depot.build\"\].buildID)
run_trace $DRY_RUN depot push --project "gb3p8xrshk" "$build_id"
done

0 comments on commit b852d06

Please sign in to comment.