diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 7b8b759..45e9523 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -12,7 +12,10 @@ jobs: - name: Debug run: which docker - name: Install Docker - run: curl -fsSL https://get.docker.com | sh -s + run: | + hash -p /dev/null/docker docker + curl -fsSL https://get.docker.com | sh + hash -d docker - name: Set up QEMU uses: 'https://git.euph.dev/actions/docker-setup-qemu@v3' - name: Setup Buildx