diff options
author | 2020-11-17 20:53:34 +0100 | |
---|---|---|
committer | 2020-11-17 20:53:34 +0100 | |
commit | 45ca54cf2874454bd7eed3abd4d9b27dda9c0b9b (patch) | |
tree | 27cae880a91f6fb17b7803563078f6181f16f65c | |
parent | Add inline cache instruction (diff) |
Use correct parameter name
-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 |