From c13459f9956d1c29d3a8d23251b19f3c72779198 Mon Sep 17 00:00:00 2001 From: phanikumar Date: Thu, 20 Jun 2024 12:44:50 +0530 Subject: [PATCH] Update echo-oes.yml --- .github/workflows/echo-oes.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/echo-oes.yml b/.github/workflows/echo-oes.yml index af455bebe..866e8269e 100644 --- a/.github/workflows/echo-oes.yml +++ b/.github/workflows/echo-oes.yml @@ -31,7 +31,7 @@ jobs: run: | echo ::set-output name=REPO::ubi8-echo-cve ##echo ::set-output name=VERSION::"1.33.x$(date --utc +'%-m%d')" - echo ::set-output name=VERSION::"1.33.x" + echo ::set-output name=VERSION::"1.33.2" 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 @@ -58,10 +58,10 @@ jobs: uses: docker/build-push-action@v2 with: build-args: | - CUSTOMPLUGIN_RELEASEVERSION_PLUGIN=v4.0.4.2-rc5 + CUSTOMPLUGIN_RELEASEVERSION_PLUGIN=4.0.4.2-rc5 CUSTOMPLUGIN_RELEASEORG=opsmx CUSTOMPLUGIN_RELEASEREPO=armory-observability-plugin - CUSTOMPLUGIN_RELEASEVERSION=v1.0.1 + CUSTOMPLUGIN_RELEASEVERSION=1.0.1 context: . file: docker/ubi8/Dockerfile-fips push: true @@ -72,10 +72,10 @@ jobs: uses: docker/build-push-action@v2 with: build-args: | - CUSTOMPLUGIN_RELEASEVERSION_PLUGIN=v4.0.4.2-rc5 + CUSTOMPLUGIN_RELEASEVERSION_PLUGIN=4.0.4.2-rc5 CUSTOMPLUGIN_RELEASEORG=opsmx CUSTOMPLUGIN_RELEASEREPO=armory-observability-plugin - CUSTOMPLUGIN_RELEASEVERSION=v1.0.1 + CUSTOMPLUGIN_RELEASEVERSION=1.0.1 context: . file: docker/ubi8/Dockerfile-dev push: true