mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-19 10:25:58 -05:00
fix: add cache scope to prevent multi-platform build collisions (#1246)
This commit is contained in:
parent
c3d2d9ccf3
commit
700ad83d6b
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user