aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 19:51:34 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 19:51:34 +0100
commitf3cf1c94090ef04f9a18e874deb5ace69a774d82 (patch)
tree0e2e1910d809016eb36f64a09f13f606413b8ae8
parentSpecify correct dockerfile (diff)
Cache final venv image to local cache
-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 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