Skip to content

Commit 6a3f87f

Browse files
authored
use the official cloud builder docker image to fix release (#91)
1 parent e8b0535 commit 6a3f87f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cloudbuild-collector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# provided) and latest.
1717

1818
steps:
19-
- name: docker
19+
- name: gcr.io/cloud-builders/docker
2020
env:
2121
- DOCKER_BUILDKIT=1
2222
args:

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# provided) and latest.
1717

1818
steps:
19-
- name: docker
19+
- name: gcr.io/cloud-builders/docker
2020
env:
2121
- DOCKER_BUILDKIT=1
2222
args:

0 commit comments

Comments
 (0)