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

Commit

Permalink
Merge pull request #46 from ashish-amarnath/build-dev-images-by-default
Browse files Browse the repository at this point in the history
Build images with dev tag by default
  • Loading branch information
k8s-ci-robot authored Jul 1, 2019
2 parents c3b249b + 8374ef7 commit db45069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-manager.sh
Original file line number Diff line number Diff line change
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 db45069

Please sign in to comment.