diff options
author | 2020-11-17 17:44:06 +0100 | |
---|---|---|
committer | 2020-11-17 17:44:06 +0100 | |
commit | 3377c103a7868bb3bd52b0a5be1dd67690af7c09 (patch) | |
tree | 90cf61f9d5896c30d7d8c523d9d6129755f25ebe | |
parent | Troubleshoot vague error message (diff) |
Try build args in a different format
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index ec0b4b0..2c87405 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -116,6 +116,8 @@ jobs: with: context: . file: ./docker/Dockerfile + build-args: | + IMAGE_TAG="${{ steps.sha_tag.outputs.tag }}" push: true cache-from: | type=local,src=/tmp/.base-buildx-cache |