remove unused Docker cache step from Gitea workflow
Some checks failed
Build and Push Docker Image to Gitea / build (push) Failing after 10s

This commit is contained in:
Sam 2025-06-11 21:43:02 -05:00
parent 3e11ed50b9
commit c3963c32a3

View File

@ -31,15 +31,6 @@ jobs:
http = true
insecure = true
# 3. Restore Docker Layer Cache
- name: Restore Docker cache
uses: actions/cache@v4.2.2
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-docker-${{ github.sha }}
restore-keys: |
${{ runner.os }}-docker-
# 4. Log in to Gitea Container Registry
- name: Log in to Gitea Container Registry
uses: docker/login-action@v2