chore(ci): Clean up docker buildx workaround (#7949)

Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
bo0tzz 2024-03-14 16:16:33 +01:00 committed by GitHub
parent 559565d6a7
commit 1c4637cb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,12 +67,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.2.0
# Workaround to fix error:
# failed to push: failed to copy: io: read/write on closed pipe
# See https://github.com/docker/build-push-action/issues/761
with:
driver-opts: |
image=moby/buildkit:v0.10.6
- name: Login to Docker Hub
# Only push to Docker Hub when making a release