diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 12:17:08 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-16 12:17:08 +0400 |
| commit | 5d925b8045306369ae52966f0a27d65a72cd878d (patch) | |
| tree | 3e81892dfb80080480f9e661c32e3684b8615204 /.github | |
| parent | a5964c91e018acaef22896f1e4357181df838dd2 (diff) | |
cache using github actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker-publish.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c3bafe2..5c07593 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -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 |
