ci: changed cache key to a more meaningful one
Build and Deploy / build-docker (push) Successful in 7m0s Details

This commit is contained in:
antifallobst 2023-10-13 16:59:26 +02:00
parent caeaac95d2
commit 0d382b6869
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 2 additions and 2 deletions

View File

@ -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