From af95ceead900e44323159460164bf8e495c77f41 Mon Sep 17 00:00:00 2001 From: Yugandharkumar Date: Mon, 6 Nov 2023 18:35:39 +0530 Subject: [PATCH] Update fiat-oes.yml --- .github/workflows/fiat-oes.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/fiat-oes.yml b/.github/workflows/fiat-oes.yml index adf7fad9a..62cc853ba 100644 --- a/.github/workflows/fiat-oes.yml +++ b/.github/workflows/fiat-oes.yml @@ -72,3 +72,7 @@ jobs: push: true tags: | "${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-dev" + - id: get-build-name + run: | + imageName=${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }} + echo "fiat=$imageName" >> $GITHUB_OUTPUT