mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-24 22:00:23 -07:00
Workaround failed to push ghcr.io
Error was: failed to copy: io: read/write on closed pipe
This commit is contained in:
parent
eadb216603
commit
7a806078cf
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue