diff options
author | 2020-11-17 19:56:13 +0100 | |
---|---|---|
committer | 2020-11-17 19:56:13 +0100 | |
commit | a11ab2b0eada23c039f82f7195278bc0ed62bcc0 (patch) | |
tree | 390065a88d69cf09bb8898ffd158d166d62e9de0 | |
parent | Cache final venv image to local cache (diff) |
Specify destination of cache for venv correctly
-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 8e472b2..aa1856a 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: type=local,src=/tmp/.buildx-cache + cache-to: type=local,dest=/tmp/.buildx-cache tags: ghcr.io/python-discord/snekbox-venv:latest |