Skip to content

Commit

Permalink
Fix repo case
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Dec 6, 2024
1 parent 389f33d commit 83535de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-and-push-model
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ depot build . \
--build-arg "MODEL=${name}" \
--build-arg "SHA=${sha}" \
--build-arg "SOURCE_DATE_EPOCH=0" \
--output "type=image,name=us-docker.pkg.dev/depot-gcp/depot-ai/${name}:${tag},push=true,compression=estargz,oci-mediatypes=true,force-compression=true,${annotations}" \
--output "type=image,name=us-docker.pkg.dev/depot-gcp/depot-ai/$(echo "$name" | tr '[:upper:]' '[:lower:]'):${tag},push=true,compression=estargz,oci-mediatypes=true,force-compression=true,${annotations}" \
--ssh "default=${SSH_AUTH_SOCK}" \
--progress plain

0 comments on commit 83535de

Please sign in to comment.