Skip to content

Commit

Permalink
Update clouddriver-oes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Sep 2, 2024
1 parent 1589fb9 commit 044c341
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/clouddriver-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Prepare build variables
id: build_variables
run: |
echo ::set-output name=REPO::ubi8-clouddriver-cve
echo ::set-output name=REPO::ubi8-clouddriver-cve-arm64
#echo ::set-output name=VERSION::"1.33.0$(date --utc +'%Y%m%d')"
echo ::set-output name=VERSION::"1.33.3"
echo "::set-output name=GITHASH::$(git rev-parse --short HEAD)"
Expand Down Expand Up @@ -81,7 +81,9 @@ 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
file: Dockerfile.slim

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 }}"
Expand Down

0 comments on commit 044c341

Please sign in to comment.