cache using github actions
This commit is contained in:
parent
a5964c91e0
commit
5d925b8045
5
.github/workflows/docker-publish.yml
vendored
5
.github/workflows/docker-publish.yml
vendored
|
@ -34,5 +34,6 @@ jobs:
|
|||
uses: docker/bake-action@v2
|
||||
with:
|
||||
push: true
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
set: |
|
||||
*.cache-from=type=gha
|
||||
*.cache-to=type=gha,mode=max
|
||||
|
|
Loading…
Reference in a new issue