From 446ad170c938c9bfe22e6e8710459d63395b9148 Mon Sep 17 00:00:00 2001 From: Pranav Singh Date: Thu, 29 Sep 2022 16:53:32 +0530 Subject: [PATCH] update multiplatform build n release workflow: Signed-off-by: Pranav Singh --- .github/workflows/multi-platform.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/multi-platform.yml b/.github/workflows/multi-platform.yml index ebc40b1..a099fb4 100644 --- a/.github/workflows/multi-platform.yml +++ b/.github/workflows/multi-platform.yml @@ -104,9 +104,8 @@ jobs: context: "{{defaultContext}}" push: true build-args: | - GIT_STRIPPED_VERSION=${{env.GIT_STRIPPED_VERSION}} - GIT_VERSION=${{env.GIT_VERSION}} - RELEASE_CHANNEL=${{env.RELEASE_CHANNEL}} + VERSION=${{env.GIT_VERSION}} + GIT_COMMITSHA=${GITHUB_SHA::7} tags: ${{ steps.meta.outputs.tags }} platforms: linux/amd64,linux/arm64 -