diff options
author | 2020-11-17 20:49:57 +0100 | |
---|---|---|
committer | 2020-11-17 20:49:57 +0100 | |
commit | 919eaa6fb1ff9c6c8b596de36e533aa30770f4df (patch) | |
tree | a1540ddbad5865ab89153306c9573f3930145fb6 | |
parent | Add versioning to cache key (diff) |
Add inline cache instruction
-rw-r--r-- | .github/workflows/lint-test.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 |