diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-15 20:47:24 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-15 20:47:24 +0400 |
| commit | 5ab3510bef59df550b59db66e68c635246189834 (patch) | |
| tree | 8d699f138d9790e125f5e816f8fff7b6870ff489 | |
| parent | cd108399aa2e5d61bccb438e743af59dcb3708d6 (diff) | |
add github cache
| -rw-r--r-- | .github/workflows/docker-publish.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 58555fa..c3bafe2 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -34,3 +34,5 @@ jobs: uses: docker/bake-action@v2 with: push: true + cache-from: type=gha + cache-to: type=gha,mode=max |
