Skip to content

Commit

Permalink
Update echo-oes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Jun 20, 2024
1 parent 831bdab commit c13459f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/echo-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c13459f

Please sign in to comment.