diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 408ef6e..ef25e20 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,9 +12,6 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 - - name: Install Docker - run: curl -fsSL https://get.docker.com | sh - - name: Login to Docker Registry uses: docker/login-action@v3 with: