mirror of
https://github.com/sberk42/fritzbox_exporter.git
synced 2026-02-14 11:49:50 +00:00
fix cache conflicts on build
This commit is contained in:
4
.github/workflows/container.yml
vendored
4
.github/workflows/container.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user