mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 03:46:47 +01:00
Revert "Drop buildkit version to workaround regression"
This reverts commit 79adadb2d3
.
This commit is contained in:
parent
79adadb2d3
commit
7277c35120
1 changed files with 3 additions and 5 deletions
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -43,14 +43,12 @@ 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 two buildkit regressions
|
# Workaround to fix error:
|
||||||
# first one: failed to push: failed to copy: io: read/write on closed pipe
|
# 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.9.3
|
image=moby/buildkit:v0.10.6
|
||||||
|
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in a new issue