ci: typo fix
Build and Deploy / build-docker (push) Successful in 29s Details

This commit is contained in:
antifallobst 2023-10-12 22:40:00 +02:00
parent c8a18518a7
commit a18c38509e
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
uses: https://github.com/actions/cache@v3
with:
path: |
/tmp/.buildx-cache.bookworm
/tmp/.buildx-cache.latest
/tmp/.buildx-cache
/tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ gitea.sha }}
restore-keys: |
${{ runner.os }}-buildx-