diff options
author | 2020-11-17 19:51:34 +0100 | |
---|---|---|
committer | 2020-11-17 19:51:34 +0100 | |
commit | f3cf1c94090ef04f9a18e874deb5ace69a774d82 (patch) | |
tree | 0e2e1910d809016eb36f64a09f13f606413b8ae8 | |
parent | Specify correct dockerfile (diff) |
Cache final venv image to local cache
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 444bba2..8e472b2 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -143,5 +143,5 @@ jobs: type=local,src=/tmp/.buildx-cache ghcr.io/python-discord/snekbox-base:latest ghcr.io/python-discord/snekbox-venv:latest - cache-to: ghcr.io/python-discord/snekbox-venv:latest + cache-to: type=local,src=/tmp/.buildx-cache tags: ghcr.io/python-discord/snekbox-venv:latest |