1
0
Fork 0
mirror of https://github.com/imjasonh/krust synced 2026-07-08 06:45:32 +00:00

Revert "feat: add configurable multi-part uploads to oci-distribution"

This commit is contained in:
Jason Hall 2025-06-08 16:17:43 -04:00 committed by GitHub
parent e497d78fea
commit fc715db48e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 176 deletions

View file

@ -94,15 +94,3 @@ check-code:
# Run all checks (format, lint, test)
check: check-fmt lint test
push-ttl:
@echo "Building and pushing to ttl.sh..."
KRUST_REPO=ttl.sh/jason cargo run build example/hello-krust
push-gar:
@echo "Building and pushing to Google Artifact Registry..."
KRUST_REPO=us-central1-docker.pkg.dev/jason-chainguard/krust cargo run build example/hello-krust
push-cgr:
@echo "Building and pushing to Chainguard registry..."
KRUST_REPO=cgr.dev/imjasonh.dev/krust cargo run build example/hello-krust