Drop buildkit version to workaround regression
This commit is contained in:
@@ -43,12 +43,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2.2.1
|
uses: docker/setup-buildx-action@v2.2.1
|
||||||
# Workaround to fix error:
|
# Workaround to fix two buildkit regressions
|
||||||
# failed to push: failed to copy: io: read/write on closed pipe
|
# first one: failed to push: failed to copy: io: read/write on closed pipe
|
||||||
# See https://github.com/docker/build-push-action/issues/761
|
# See https://github.com/docker/build-push-action/issues/761
|
||||||
|
# second one: random cache misses
|
||||||
|
# See https://github.com/docker/build-push-action/issues/735
|
||||||
with:
|
with:
|
||||||
driver-opts: |
|
driver-opts: |
|
||||||
image=moby/buildkit:v0.10.6
|
image=moby/buildkit:v0.9.3
|
||||||
|
|
||||||
- name: Login to Docker Hub
|
- name: Login to Docker Hub
|
||||||
# Only push to Docker Hub when making a release
|
# Only push to Docker Hub when making a release
|
||||||
|
|||||||
Reference in New Issue
Block a user