From f81dcf25dabd33a4ea506eb1bb94f9256f21c909 Mon Sep 17 00:00:00 2001 From: ygelfand Date: Wed, 21 Feb 2024 07:49:38 -0500 Subject: [PATCH] add sha to version Signed-off-by: ygelfand --- .github/workflows/{ci.yaml => build.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{ci.yaml => build.yaml} (94%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/build.yaml similarity index 94% rename from .github/workflows/ci.yaml rename to .github/workflows/build.yaml index 6b03b07..79b8e22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/build.yaml @@ -37,7 +37,7 @@ jobs: with: context: . build-args: | - "BUILD_VERSION=${{ steps.meta.outputs.version }}" + "BUILD_VERSION=${{ steps.meta.outputs.version }}-${GITHUB_SHA::8}" platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }}