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}"