Switch to custom crane image

This commit is contained in:
Elara 2023-08-16 12:26:50 -07:00
parent bd9a6c09ea
commit 7109b48c8e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ steps:
- tar czf app.tar.gz app/
publish:
image: gcr.io/go-containerregistry/crane
image: gitea.elara.ws/elara6331/crane
secrets: [ registry_password ]
commands:
- crane auth login gitea.elara.ws -u Elara6331 -p "$${REGISTRY_PASSWORD}"