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