diff options
-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 |