update references to GCR

This commit is contained in:
2021-03-29 09:45:32 -04:00
parent f4a70c4657
commit 2d4f908166
3 changed files with 11 additions and 17 deletions
+4 -4
View File
@@ -8,8 +8,8 @@ YOU_ARE_HERE="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
# container will be useless unless we bundle the actual OS
test -f "$YOU_ARE_HERE"/container/hdd/hdd.img
# this image is private on Google Cloud Registry, make sure we're logged in
gcloud auth configure-docker
# this image is private on DigitalOcean, make sure we're logged in
doctl registry login
docker build -t gcr.io/jakejarvis/y2k:latest --no-cache "$YOU_ARE_HERE"
docker push gcr.io/jakejarvis/y2k:latest
docker build -t registry.digitalocean.com/jakejarvis/y2k:latest --no-cache "$YOU_ARE_HERE"
docker push registry.digitalocean.com/jakejarvis/y2k:latest