Change cache key

This commit is contained in:
Ben Sarmiento
2024-01-06 16:57:48 +01:00
parent 55b9342f80
commit a3eab1752c

View File

@@ -35,8 +35,6 @@ jobs:
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3