Skip to content

Commit

Permalink
lib/release: Set GCRIO_PATH_TEST to 'gcr.io/k8s-staging-kubernetes'
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <[email protected]>
  • Loading branch information
justaugustus committed Mar 30, 2020
1 parent 4343e86 commit 29b8e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/releaselib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ readonly CI_BUCKET="kubernetes-release-dev"
# TODO(vdf): Need to reference K8s Infra registries here
readonly GCRIO_PATH_PROD="k8s.gcr.io"
readonly GCRIO_PATH_PROD_PUSH="gcr.io/google-containers"
readonly GCRIO_PATH_TEST="gcr.io/$TEST_PROJECT"
readonly GCRIO_PATH_TEST="gcr.io/k8s-staging-kubernetes"

readonly KUBE_CROSS_REGISTRY="us.gcr.io/k8s-artifacts-prod/build-image"
readonly KUBE_CROSS_IMAGE="${KUBE_CROSS_REGISTRY}/kube-cross"
Expand Down

0 comments on commit 29b8e1d

Please sign in to comment.