mirror of
https://github.com/docker/build-push-action.git
synced 2025-03-31 09:16:35 +00:00
Help users to work around buildx load failing
Signed-off-by: kraf <kraf@users.noreply.github.com>
This commit is contained in:
parent
a8d35412fb
commit
f456179346
1 changed files with 5 additions and 1 deletions
|
@ -152,7 +152,11 @@ Sometimes when your workflows are heavy consumers of disk storage, it can happen
|
|||
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
|
||||
```
|
||||
|
||||
- Another workaround can be to call `docker/setup-buildx-action` with docker driver
|
||||
- Another solution is to use a [local registry](https://docs.docker.com/build/ci/github-actions/local-registry/).
|
||||
|
||||
More details in the [related issue](https://github.com/docker/build-push-action/issues/1176)
|
||||
|
||||
- If the above fails, a workaround can be to call `docker/setup-buildx-action` with docker driver
|
||||
|
||||
```yaml
|
||||
name: Set up Docker Buildx
|
||||
|
|
Loading…
Add table
Reference in a new issue