Skip to content

Commit

Permalink
Merge pull request #1948 from cpanato/debian-hyperkube-base
Browse files Browse the repository at this point in the history
debian-hyperkube-base: add a REGISTRY substitution to allow registry selection
  • Loading branch information
k8s-ci-robot authored Mar 12, 2021
2 parents 902d49c + 99f76ca commit d534c29
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions images/build/debian-hyperkube-base/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ steps:
dir: ./images/build/debian-hyperkube-base
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- REGISTRY=gcr.io/$PROJECT_ID
- IMAGE=gcr.io/$PROJECT_ID/debian-hyperkube-base
- REGISTRY=$_REGISTRY
- IMAGE=$_REGISTRY/debian-hyperkube-base
- HOME=/root # for docker buildx
args:
- -c
- |
gcloud auth configure-docker && \
make all-push
substitutions:
_REGISTRY: 'fake.repository/registry-name'

tags:
- 'debian-hyperkube-base'

0 comments on commit d534c29

Please sign in to comment.