aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 23:07:39 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-18 23:07:39 +0100
commitecf570a470309c9fb3ebd7e58df02f5baf0aec36 (patch)
treed4aeff5c2b84f97953466775ba7c0a62df571aa7
parentPartially 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.yaml3
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