From 919eaa6fb1ff9c6c8b596de36e533aa30770f4df Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff Date: Tue, 17 Nov 2020 20:49:57 +0100 Subject: Add inline cache instruction --- .github/workflows/lint-test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index e0c846b..893f295 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -108,6 +108,8 @@ jobs: context: . file: ./docker/Dockerfile push: true + builds-args: | + BUILDKIT_INLINE_CACHE=1 cache-from: | type=local,src=/tmp/.buildx-cache ghcr.io/python-discord/snekbox-base:latest @@ -123,6 +125,8 @@ jobs: file: ./docker/Dockerfile target: base push: true + builds-args: | + BUILDKIT_INLINE_CACHE=1 cache-from: | type=local,src=/tmp/.buildx-cache ghcr.io/python-discord/snekbox-base:latest @@ -136,6 +140,8 @@ jobs: file: ./docker/Dockerfile target: venv push: true + builds-args: | + BUILDKIT_INLINE_CACHE=1 cache-from: | type=local,src=/tmp/.buildx-cache ghcr.io/python-discord/snekbox-base:latest -- cgit v1.2.3