mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Add docker build cache
This commit is contained in:
parent
2374c2d22e
commit
a8e4b74fba
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -78,6 +78,8 @@ jobs:
|
|||||||
VERSION=0.0.0
|
VERSION=0.0.0
|
||||||
push: ${{env.SHOULD_PUSH}}
|
push: ${{env.SHOULD_PUSH}}
|
||||||
tags: ${{steps.meta.outputs.tags}}
|
tags: ${{steps.meta.outputs.tags}}
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
- name: Sync README.MD
|
- name: Sync README.MD
|
||||||
if: env.SHOULD_PUSH == 'true'
|
if: env.SHOULD_PUSH == 'true'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user