Skip to content

Commit

Permalink
Merge pull request #3220 from fabriziopandini/update-gcloud-buildimage
Browse files Browse the repository at this point in the history
🌱 update gcloud build image
  • Loading branch information
k8s-ci-robot authored Jun 19, 2020
2 parents 11714ac + d96d3e3 commit c6dedc5
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:v20190906-745fed4'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
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:v20190906-745fed4'
- name: 'gcr.io/k8s-testimages/gcb-docker-gcloud:v20200422-b25d964'
dir: 'test/infrastructure/docker'
entrypoint: make
env:
Expand Down

0 comments on commit c6dedc5

Please sign in to comment.