Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.

Commit

Permalink
build dev images by default
Browse files Browse the repository at this point in the history
Signed-off-by: Ashish Amarnath ashish.amarnath@gmail.com
  • Loading branch information
ashish-amarnath committed Jun 28, 2019
1 parent 3bbf22f commit 8374ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-manager.sh
Expand Up @@ -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}"

Expand Down

0 comments on commit 8374ef7

Please sign in to comment.