Skip to content

Commit

Permalink
Merge pull request #1947 from cpanato/debian-base
Browse files Browse the repository at this point in the history
debian-base: add a REGISTRY substitution to allow registry selection
  • Loading branch information
k8s-ci-robot authored Mar 12, 2021
2 parents 3f1174c + 8f9b8d6 commit 902d49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/build/debian-base/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ steps:
- PULL_BASE_REF=$_PULL_BASE_REF
- IMAGE_VERSION=$_IMAGE_VERSION
- CONFIG=$_CONFIG
- REGISTRY=$_REGISTRY
- HOME=/root # for docker buildx
args:
- -c
Expand All @@ -30,6 +31,7 @@ substitutions:
_PULL_BASE_REF: 'dev'
_IMAGE_VERSION: 'codename-v0.0.0'
_CONFIG: 'codename'
_REGISTRY: 'fake.repository/registry-name'

tags:
- 'debian-base'
Expand Down

0 comments on commit 902d49c

Please sign in to comment.