From 05ae495d05ab92e71907ef6c5c8bdab5d95c4def Mon Sep 17 00:00:00 2001 From: Netanel Bollag Date: Sun, 17 Dec 2023 14:37:26 +0100 Subject: [PATCH] Add version variable to github build action --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4aae38f..f216240 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,6 +56,9 @@ jobs: platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max + build-args: | + "VERSION=${{ github.run_id }}" + tag-latest: name: Tag latest