fix cache
All checks were successful
Deploy / deploy (push) Successful in 2m32s

This commit is contained in:
Lee 2024-09-24 11:16:21 +01:00
parent b598ccc267
commit 56ccdc2330

@ -26,9 +26,9 @@ jobs:
uses: actions/cache@v3
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
key: ${{ runner.os }}-buildx
restore-keys: |
${{ runner.os }}-buildx-
${{ runner.os }}-buildx
- name: Build Image
uses: docker/build-push-action@v6