ci: typo fix
Build and Deploy / build-docker (push) Successful in 29s
Details
Build and Deploy / build-docker (push) Successful in 29s
Details
This commit is contained in:
parent
c8a18518a7
commit
a18c38509e
|
@ -18,8 +18,8 @@ jobs:
|
||||||
uses: https://github.com/actions/cache@v3
|
uses: https://github.com/actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
/tmp/.buildx-cache.bookworm
|
/tmp/.buildx-cache
|
||||||
/tmp/.buildx-cache.latest
|
/tmp/.buildx-cache
|
||||||
key: ${{ runner.os }}-buildx-${{ gitea.sha }}
|
key: ${{ runner.os }}-buildx-${{ gitea.sha }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-buildx-
|
${{ runner.os }}-buildx-
|
||||||
|
|
Loading…
Reference in New Issue