From e933ba05d5777b80c8c0c9f2735acebfe3d07742 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Wed, 4 Oct 2023 16:48:06 +0300 Subject: [PATCH] Specify tools-image enki version in the pipeline to be easier to bump. It also has a default value in the Dockerfile. Signed-off-by: Dimitris Karakasilis --- .github/workflows/tool-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tool-image.yml b/.github/workflows/tool-image.yml index 7838037..d13a7fd 100644 --- a/.github/workflows/tool-image.yml +++ b/.github/workflows/tool-image.yml @@ -64,3 +64,5 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.prep.outputs.tags }} + build-args: | + ENKI_VERSION=0.0.1