feat: add cache to releawes
This commit is contained in:
parent
e4491610fb
commit
451027eaf3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-release.yml
vendored
2
.github/workflows/docker-release.yml
vendored
|
@ -48,3 +48,5 @@ jobs:
|
|||
tags: |
|
||||
ghcr.io/diced/zipline:latest
|
||||
ghcr.io/diced/zipline:${{ steps.version.outputs.value }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
|
Loading…
Reference in a new issue