From 6b1c961d98b10a91f43071724cbb0e4aaf6e3c78 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Thu, 20 Jun 2024 16:27:31 +0530 Subject: [PATCH] Update rosco-oes.yml --- .github/workflows/rosco-oes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rosco-oes.yml b/.github/workflows/rosco-oes.yml index 9b64afeb4..f671a4147 100644 --- a/.github/workflows/rosco-oes.yml +++ b/.github/workflows/rosco-oes.yml @@ -64,7 +64,7 @@ jobs: CUSTOMPLUGIN_RELEASEORG=opsmx CUSTOMPLUGIN_RELEASEREPO=armory-observability-plugin CUSTOMPLUGIN_RELEASE_VERSION=1.0.1 - file: docker/ubi8/Dockerfile-fips + file: docker/ubi8/Dockerfile-fips push: true tags: | "${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-${{ steps.build_variables.outputs.GITHASH }}-${{ steps.build_variables.outputs.BUILDDATE }}" @@ -77,7 +77,7 @@ jobs: CUSTOMPLUGIN_RELEASEORG=opsmx CUSTOMPLUGIN_RELEASEREPO=armory-observability-plugin CUSTOMPLUGIN_RELEASE_VERSION=1.0.1 - file: docker/ubi8/Dockerfile-dev + file: docker/ubi8/Dockerfile-dev push: true tags: | "${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-${{ steps.build_variables.outputs.GITHASH }}-${{ steps.build_variables.outputs.BUILDDATE }}-dev"