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:
parent
e497d78fea
commit
fc715db48e
4 changed files with 9 additions and 176 deletions
12
Makefile
12
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue