fix cache conflicts on build

This commit is contained in:
sberk42
2025-01-22 06:23:09 +01:00
parent 7e2b391530
commit 32c925e8f7

View File

@@ -93,8 +93,8 @@ jobs:
with:
build-args: REPO=${{ github.repository }}
context: .
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=build-${{ github.sha }}
cache-to: type=gha,mode=max,scope=build-${{ github.sha }}
file: Dockerfile
platforms: ${{ env.BUILD_PLATFORM }}
push: false