From e32d261202c6a889366ad06f0cfff72fd825e7c5 Mon Sep 17 00:00:00 2001 From: EduarteXD Date: Sat, 11 May 2024 05:45:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20build=20fail=20Failed=20t?= =?UTF-8?q?o=20Load=20Docker=20Image=20Metadata?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 2ab341b..cb60843 100644 --- a/action.yml +++ b/action.yml @@ -25,6 +25,8 @@ runs: steps: - name: Set up Docker buildx uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 + with: + use: 'false' - name: Install NVIDIA CUDA Toolkit if: ${{ inputs.install-cuda == 'true' }}