summaryrefslogtreecommitdiff
path: root/icons
diff options
context:
space:
mode:
authorTim Hockin <thockin@google.com>2019-11-01 10:23:50 -0700
committerTim Hockin <thockin@google.com>2019-11-01 10:33:12 -0700
commitf07021cbe87aa61525ae5932aebf628bbc66e1a7 (patch)
treeecdaaa7d82960294429936439b666af1a853cf8d /icons
parentf994e620db510595fcf394c00d4a570f0478428f (diff)
Fix registry name
Diffstat (limited to 'icons')
-rwxr-xr-x[-rw-r--r--]icons/tools/build-visio-stencil-creator.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/icons/tools/build-visio-stencil-creator.sh b/icons/tools/build-visio-stencil-creator.sh
index 94e707a1..be64808d 100644..100755
--- a/icons/tools/build-visio-stencil-creator.sh
+++ b/icons/tools/build-visio-stencil-creator.sh
@@ -4,7 +4,7 @@ GITHUB_ORG="hoveytechllc"
REPO_NAME="visio-stencil-creator"
TAG_NAME="v1.0"
-GCR_REPO="gcr.k8s.io/${REPO_NAME}:${TAG_NAME}"
+GCR_REPO="staging-k8s.gcr.io/${REPO_NAME}:${TAG_NAME}"
rm -fdr ./tools/${REPO_NAME}
@@ -12,7 +12,7 @@ rm -fdr ./tools/${REPO_NAME}
git clone --branch release/${TAG_NAME} https://github.com/${GITHUB_ORG}/${REPO_NAME}.git ./tools/${REPO_NAME}
# build image using Dockerfile from github repository
-# Tag resulting image for pushing to k8s.gcr.io
+# Tag resulting image for pushing
docker build \
-t ${GCR_REPO} \
-f ./tools/${REPO_NAME}/Dockerfile \
@@ -21,4 +21,4 @@ docker build \
# Clean up source code
rm -fdr ./tools/${REPO_NAME}
-docker push ${GCR_REPO} \ No newline at end of file
+docker push ${GCR_REPO}