diff --git a/action.yml b/action.yml index ebb6642..209c1aa 100644 --- a/action.yml +++ b/action.yml @@ -28,6 +28,7 @@ runs: - name: Set up Docker buildx uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0 with: + use: 'false' driver: "docker" - name: Install NVIDIA CUDA Toolkit @@ -48,4 +49,4 @@ runs: REPLICATE_API_TOKEN: ${{ inputs.token }} run: | echo "Found REPLICATE_API_TOKEN in the environment; Authenticating..." - echo $REPLICATE_API_TOKEN | cog login --token-stdin \ No newline at end of file + echo $REPLICATE_API_TOKEN | cog login --token-stdin