aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 19:56:13 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 19:56:13 +0100
commita11ab2b0eada23c039f82f7195278bc0ed62bcc0 (patch)
tree390065a88d69cf09bb8898ffd158d166d62e9de0
parentCache final venv image to local cache (diff)
Specify destination of cache for venv correctly
-rw-r--r--.github/workflows/lint-test.yaml2
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