fix: add cache scope to prevent multi-platform build collisions (#1246)

This commit is contained in:
Bartosz Fenski 2026-01-01 16:06:06 +01:00 committed by GitHub
parent c3d2d9ccf3
commit 700ad83d6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,8 +107,8 @@ jobs:
VERSION=0.0.0
push: ${{env.SHOULD_PUSH}}
tags: ${{steps.meta.outputs.tags}}
cache-from: type=gha
cache-to: type=gha,mode=max
cache-from: type=gha,scope=${{ matrix.label }}
cache-to: type=gha,mode=max,scope=${{ matrix.label }}
- name: Sync README.MD
if: env.SHOULD_PUSH == 'true' && env.DOCKERHUB_ENABLED == 'true'