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
|
uses: docker/bake-action@v2
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
cache-from: type=gha
|
set: |
|
||||||
cache-to: type=gha,mode=max
|
*.cache-from=type=gha
|
||||||
|
*.cache-to=type=gha,mode=max
|
||||||
|
|
Loading…
Reference in a new issue