Skip to content

Commit

Permalink
add more workarounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tlbdk committed Nov 14, 2019
1 parent 1a17f66 commit 8121fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ steps:
args: ['pull', 'docker/dockerfile:experimental']
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'docker/dockerfile:1.0-experimental']
- name: 'gcr.io/cloud-builders/docker'
args: ['pull', 'docker:19.10']
# Check version
- name: 'gcr.io/cloud-builders/docker'
args: ['version']
Expand Down

0 comments on commit 8121fd6

Please sign in to comment.