diff options
| author | Fuwn <[email protected]> | 2022-06-15 22:48:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-15 22:48:14 -0700 |
| commit | 28af9e53d92bc96e98800aa6ae954ab08c981445 (patch) | |
| tree | fc20affca7937c787a3cb0d5a36e3d50ff0fc33f /.github | |
| parent | ci(docker): dummy webhook secret (diff) | |
| download | locus-28af9e53d92bc96e98800aa6ae954ab08c981445.tar.xz locus-28af9e53d92bc96e98800aa6ae954ab08c981445.zip | |
ci(docker): implement cacher
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/docker.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index fae427f..91bf573 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -27,6 +27,8 @@ jobs: push: true context: . tags: fuwn/locus:latest + cache-from: type=registry,ref=fuwn/locus:latest + cache-to: type=inline - name: Deploy 🚀 uses: distributhor/workflow-webhook@v2 |