ci: changed cache key to a more meaningful one
Build and Deploy / build-docker (push) Successful in 7m0s
Details
Build and Deploy / build-docker (push) Successful in 7m0s
Details
This commit is contained in:
parent
caeaac95d2
commit
0d382b6869
|
@ -21,9 +21,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/tmp/.buildx-cache
|
/tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ gitea.sha }}
|
key: ${{ runner.os }}-buildx-frontend-${{ gitea.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-frontend-
|
||||||
|
|
||||||
- name: Login to Container Registry
|
- name: Login to Container Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
|
|
Loading…
Reference in New Issue