diff options
author | 2020-11-18 22:33:52 +0100 | |
---|---|---|
committer | 2020-11-18 22:33:52 +0100 | |
commit | 31e4e379d366ad615f758e3d921122fb86cac4a9 (patch) | |
tree | e09d5035f4184f749968526c16c3c309d2de94de | |
parent | Test build with only repository-based caching (diff) |
Disable load in buildx step
-rw-r--r-- | .github/workflows/lint-test-build-push.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint-test-build-push.yaml b/.github/workflows/lint-test-build-push.yaml index 2229ca2..bd2f622 100644 --- a/.github/workflows/lint-test-build-push.yaml +++ b/.github/workflows/lint-test-build-push.yaml @@ -52,7 +52,6 @@ jobs: context: . file: ./docker/Dockerfile push: true - load: true target: venv cache-from: | ghcr.io/python-discord/snekbox-base:latest |