aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 17:44:06 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-17 17:44:06 +0100
commit3377c103a7868bb3bd52b0a5be1dd67690af7c09 (patch)
tree90cf61f9d5896c30d7d8c523d9d6129755f25ebe
parentTroubleshoot vague error message (diff)
Try build args in a different format
-rw-r--r--.github/workflows/lint-test.yaml2
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