aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/lint-test.yaml6
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