diff options
author | 2020-11-18 23:07:39 +0100 | |
---|---|---|
committer | 2020-11-18 23:07:39 +0100 | |
commit | ecf570a470309c9fb3ebd7e58df02f5baf0aec36 (patch) | |
tree | d4aeff5c2b84f97953466775ba7c0a62df571aa7 | |
parent | Partially invalidate cache by changing file (diff) |
Test build with load instead of push in venv build
-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 |