Skip to content

Commit cc49286

Browse files
authored
Merge pull request #3177 from maelvls/mv/push-capd-image-staging
🌱 Build & push CAPD images to staging registry
2 parents ecbc288 + cc7d30b commit cc49286

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cloudbuild.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ steps:
1212
- PULL_BASE_REF=$_PULL_BASE_REF
1313
args:
1414
- release-staging
15+
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20190906-745fed4'
16+
dir: 'test/infrastructure/docker'
17+
entrypoint: make
18+
env:
19+
- DOCKER_CLI_EXPERIMENTAL=enabled
20+
- TAG=$_GIT_TAG
21+
- PULL_BASE_REF=$_PULL_BASE_REF
22+
args:
23+
- release-staging
1524
substitutions:
1625
# _GIT_TAG will be filled with a git-based tag for the image, of the form vYYYYMMDD-hash, and
1726
# can be used as a substitution

0 commit comments

Comments
 (0)