From e6e4b068c99679a3b10f0c00b19170a958184188 Mon Sep 17 00:00:00 2001 From: Drake Marino Date: Sat, 4 Apr 2026 22:50:19 +0000 Subject: [PATCH] Update .gitea/workflows/ci.yaml --- .gitea/workflows/ci.yaml | 3 --- 1 file changed, 3 deletions(-) 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: