diff options
-rw-r--r-- | .github/workflows/lint-test-build-push.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml index 3eb0739..89d083a 100644 --- a/.github/workflows/lint-test-build-push.yaml +++ b/.github/workflows/lint-test-build-push.yaml @@ -51,7 +51,8 @@ jobs: with: context: . file: ./docker/Dockerfile - push: true + push: false + load: true target: venv cache-from: | ghcr.io/python-discord/snekbox-base:latest |