From b4e2bfbab6f52f8d7a9a9ee1502d3b9d8d14065f Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 2 Feb 2017 11:55:34 +0100 Subject: [PATCH] Fix the bucket used to upload gce images Signed-off-by: David Gageot --- alpine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Makefile b/alpine/Makefile index b6bcbaa8d..994bade55 100644 --- a/alpine/Makefile +++ b/alpine/Makefile @@ -91,7 +91,7 @@ endif --volumes-from gsutil-moby-config \ -v $(CURDIR)/gce.img.tar.gz:/gce.img.tar.gz \ google/cloud-sdk \ - gsutil cp -a public-read /gce.img.tar.gz gs://docker-for-gcp-templates/latest/gce.img.tar.gz + gsutil cp -a public-read /gce.img.tar.gz gs://docker-for-gcp-images/latest/gce.img.tar.gz common: initrd.img kernel/x86_64/vmlinuz64