From b7875091733ad9752978483c8c06ccf6ce7cd78b Mon Sep 17 00:00:00 2001 From: Andrew H Schwartz Date: Tue, 16 Jul 2024 12:20:31 -0400 Subject: [PATCH] Pin to buildkx 0.15.2 to avoid bad-file-descriptor issue (#5) See: https://github.com/docker/buildx/issues/2593 --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 2a585c2..d984c63 100644 --- a/action.yml +++ b/action.yml @@ -148,6 +148,7 @@ runs: uses: docker/setup-buildx-action@v3 with: endpoint: buildx-context + version: v0.15.2 - name: Login uses: docker/login-action@v3