diff --git a/.gitea/workflows/pipeline.yml b/.gitea/workflows/pipeline.yml index cdd74e2..165c3de 100644 --- a/.gitea/workflows/pipeline.yml +++ b/.gitea/workflows/pipeline.yml @@ -6,8 +6,8 @@ jobs: docker: runs-on: dind steps: - - name: Install Docker - run: curl -fsSL https://get.docker.com | sh + # - name: Install Docker + # run: curl -fsSL https://get.docker.com | sh - name: Check out repository code. uses: actions/checkout@v4