From f456179346858a29d35bae5b89c1079dcf23c700 Mon Sep 17 00:00:00 2001 From: kraf Date: Tue, 6 Aug 2024 09:37:49 +0200 Subject: [PATCH] Help users to work around buildx load failing Signed-off-by: kraf --- TROUBLESHOOTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index a602aa0..d634d02 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -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