mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Implement github actions cache, for docker build (#2727)
This commit is contained in:
parent
2589849682
commit
74ea7d5e40
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…
x
Reference in New Issue
Block a user