ci: del cache for docker image
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 3m24s
Some checks failed
build-docker-images-for-latest-release / build-and-push (push) Failing after 3m24s
This commit is contained in:
parent
99330cdbbe
commit
98a77e6a69
@ -10,14 +10,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# Cache Docker layers
|
||||
- name: Cache Docker image layers
|
||||
uses: http://fly6516.synology.me:4000/Gitea_Action/cache@v3
|
||||
with:
|
||||
path: /tmp/.buildkit-cache
|
||||
key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-docker-
|
||||
# # Cache Docker layers
|
||||
# - name: Cache Docker image layers
|
||||
# uses: http://fly6516.synology.me:4000/Gitea_Action/cache@v3
|
||||
# with:
|
||||
# path: /tmp/.buildkit-cache
|
||||
# key: ${{ runner.os }}-docker-${{ hashFiles('**/Dockerfile') }}
|
||||
# restore-keys: |
|
||||
# ${{ runner.os }}-docker-
|
||||
|
||||
# Checkout the repository
|
||||
- name: Checkout repository
|
||||
|
Loading…
Reference in New Issue
Block a user