From b998cc33ca6cd2ddf1c16a991aefb534d45ce125 Mon Sep 17 00:00:00 2001 From: Yugandharkumar Date: Tue, 20 Feb 2024 13:31:10 +0530 Subject: [PATCH] Update kayenta-oes.yml --- .github/workflows/kayenta-oes.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/kayenta-oes.yml b/.github/workflows/kayenta-oes.yml index 54909f7d1..b73ce147e 100644 --- a/.github/workflows/kayenta-oes.yml +++ b/.github/workflows/kayenta-oes.yml @@ -29,7 +29,11 @@ jobs: id: build_variables run: | echo ::set-output name=REPO::ubi8-kayenta-cve - echo ::set-output name=VERSION::"1.30.1$(date --utc +'%Y%m%d')" + #echo ::set-output name=VERSION::"1.30.1$(date --utc +'%Y%m%d')" + #echo ::set-output name=VERSION::"1.30.1$(date --utc +'%-m%d')" + echo ::set-output name=VERSION::"1.30.1" + echo "::set-output name=GITHASH::$(git rev-parse --short HEAD)" + echo "::set-output name=BUILDDATE::$(date -u +"%Y%m%d%H%M")" - name: Login to Quay uses: docker/login-action@v1 # use service account flow defined at: https://github.com/docker/login-action#service-account-based-authentication-1 @@ -64,4 +68,5 @@ jobs: file: docker/ubi8/Dockerfile-fips push: true tags: | - "${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}" + "${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-${{ steps.build_variables.outputs.GITHASH }}-${{ steps.build_variables.outputs.BUILDDATE }}" +