diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 717e12f..07e9eac 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -99,15 +99,8 @@ jobs: exit 1 ;; esac - - name: Install Docker - run: | - echo "Checking docker installation" - if command -v docker &> /dev/null; then - echo "Docker installation found" - else - echo "Docker installation not found. Docker will be installed" - curl -fsSL https://get.docker.com | sh - fi + - name: Setup docker + uses: https://git.claeyscloud.com/david/gitea-actions/setup-docker@main - name: Set up Docker Buildx uses: https://github.com/docker/setup-buildx-action@v3 - name: Docker login