diff options
-rw-r--r-- | .github/workflows/lint-test.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 893f295..3f0b734 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -108,7 +108,7 @@ jobs: context: . file: ./docker/Dockerfile push: true - builds-args: | + build-args: | BUILDKIT_INLINE_CACHE=1 cache-from: | type=local,src=/tmp/.buildx-cache @@ -125,7 +125,7 @@ jobs: file: ./docker/Dockerfile target: base push: true - builds-args: | + build-args: | BUILDKIT_INLINE_CACHE=1 cache-from: | type=local,src=/tmp/.buildx-cache @@ -140,7 +140,7 @@ jobs: file: ./docker/Dockerfile target: venv push: true - builds-args: | + build-args: | BUILDKIT_INLINE_CACHE=1 cache-from: | type=local,src=/tmp/.buildx-cache |