From 46bb9d864e0b7fa43a0c949cbad201852472b3e6 Mon Sep 17 00:00:00 2001 From: sandhya1874 Date: Tue, 8 Oct 2024 21:16:36 +0100 Subject: [PATCH] . --- .../build_multiplatform_docker/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/build-test-and-deploy/build_multiplatform_docker/action.yml b/.github/actions/build-test-and-deploy/build_multiplatform_docker/action.yml index 364c9db..3e4b87b 100644 --- a/.github/actions/build-test-and-deploy/build_multiplatform_docker/action.yml +++ b/.github/actions/build-test-and-deploy/build_multiplatform_docker/action.yml @@ -62,10 +62,10 @@ runs: context: . push: ${{ inputs.push }} provenance: false - build-args: | - "BUILD_NUMBER=${{ inputs.app_version }}" - "GIT_REF=$${{ github.head_ref }}" - "GIT_BRANCH=$${{ github.ref_name }}" - tags: | - ${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:latest - ${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:${{ inputs.app_version }} + build-args: | + "BUILD_NUMBER=${{ inputs.app_version }}" + "GIT_REF=$${{ github.head_ref }}" + "GIT_BRANCH=$${{ github.ref_name }}" + tags: | + ${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:latest + ${{ inputs.docker_registry}}/${{ inputs.registry_org }}/${{ github.event.repository.name }}:${{ inputs.app_version }}