Skip to content

Commit

Permalink
Merge pull request #3223 from vincepri/update-cloudbuild
Browse files Browse the repository at this point in the history
🌱 Update gcloud image for cloudbuild
  • Loading branch information
k8s-ci-robot authored Jun 19, 2020
2 parents 70b8b69 + 40ec227 commit 3a4b104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ options:
substitution_option: ALLOW_LOOSE
machineType: 'N1_HIGHCPU_8'
steps:
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4'
entrypoint: make
env:
- DOCKER_CLI_EXPERIMENTAL=enabled
- TAG=$_GIT_TAG
- PULL_BASE_REF=$_PULL_BASE_REF
args:
- release-staging
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200619-68869a4'
dir: 'test/infrastructure/docker'
entrypoint: make
env:
Expand Down

0 comments on commit 3a4b104

Please sign in to comment.