mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 20:15:24 +02:00
Implement github actions cache, for docker build (#2727)
This commit is contained in:
parent
2589849682
commit
74ea7d5e40
1 changed files with 3 additions and 0 deletions
3
.github/workflows/partial-builder.yml
vendored
3
.github/workflows/partial-builder.yml
vendored
|
@ -46,3 +46,6 @@ jobs:
|
|||
tags: ghcr.io/${{ github.repository }}:${{ inputs.tag }}
|
||||
build-args: |
|
||||
COMMIT=${{ github.sha }}
|
||||
# https://docs.docker.com/build/ci/github-actions/cache/#github-cache
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue