docker: try GitHub Actions cache
https://docs.docker.com/build/ci/github-actions/cache/#github-cache
This commit is contained in:
parent
f528fbfd30
commit
c211472d0c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -59,3 +59,5 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
voglerr/free-games-claimer:latest
|
voglerr/free-games-claimer:latest
|
||||||
ghcr.io/vogler/free-games-claimer:latest
|
ghcr.io/vogler/free-games-claimer:latest
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue