Workaround failed to push ghcr.io

Error was: failed to copy: io: read/write on closed pipe
This commit is contained in:
Laurent Indermuehle 2023-01-20 13:35:14 +01:00
commit 7a806078cf
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -72,6 +72,10 @@ jobs:
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
# Use the previous version of buildx https://github.com/docker/buildx/releases
# to solve https://github.com/docker/build-push-action/issues/761
version: v0.9.1
# https://github.com/docker/build-push-action
- name: Build and push Docker image with Buildx