From 8374ef704ce545e29f666bf20f8d65f6a1cbca60 Mon Sep 17 00:00:00 2001 From: Ashish Amarnath Date: Thu, 27 Jun 2019 19:25:21 -0700 Subject: [PATCH] build dev images by default Signed-off-by: Ashish Amarnath ashish.amarnath@gmail.com --- scripts/publish-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-manager.sh b/scripts/publish-manager.sh index 1e7fcff..d2ce55d 100755 --- a/scripts/publish-manager.sh +++ b/scripts/publish-manager.sh @@ -17,7 +17,7 @@ set -o errexit set -o xtrace REGISTRY=$(gcloud config get-value project) -TAG=${TAG:-latest} +TAG=${TAG:-dev} IMAGE="gcr.io/${REGISTRY}/capd-manager:${TAG}"