remove unused Docker cache step from Gitea workflow
Some checks failed
Build and Push Docker Image to Gitea / build (push) Failing after 10s
Some checks failed
Build and Push Docker Image to Gitea / build (push) Failing after 10s
This commit is contained in:
parent
3e11ed50b9
commit
c3963c32a3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user