From 45ca54cf2874454bd7eed3abd4d9b27dda9c0b9b Mon Sep 17 00:00:00 2001 From: Sebastiaan Zeeff Date: Tue, 17 Nov 2020 20:53:34 +0100 Subject: Use correct parameter name --- .github/workflows/lint-test.yaml | 6 +++--- 1 file 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 -- cgit v1.2.3