Skip to content

Commit

Permalink
Update orca.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Aug 9, 2024
1 parent 45f5e2a commit 15e881a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/orca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
#echo ::set-output name=VERSION::"$(git rev-parse --short HEAD)-$(date --utc +'%Y%m%d%H%M')"
#echo "::set-output name=GITHASH::$(git rev-parse --short HEAD)"
#echo "::set-output name=BUILDDATE::$(date -u +"%Y%m%d%H%M")"
echo ::set-output name=CTAG::"8.31.1"
echo ::set-output name=CTAG::"8.31.1-92"
- name: Build
run: ./gradlew --no-daemon echo-orca:installDist -x test
- name: Login to Quay
Expand All @@ -50,11 +50,15 @@ jobs:
#if: startsWith(github.repository, ‘yugaa22/‘)
uses: docker/build-push-action@v2
with:
context: .
file: docker/ubi8/Dockerfile
push: true
tags: |
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-${{ steps.build_variables.outputs.CTAG }}"
context: .
build-args: |
CUSTOMPLUGIN_RELEASEVERSION=4.0-isd-spin-2024.06.00
CUSTOMPLUGIN_RELEASEORG=opsmx
CUSTOMPLUGIN_RELEASE_VERSION=1.0.1
file: docker/ubi8/Dockerfile
push: true
tags: |
"${{ env.CONTAINER_REGISTRY }}/${{ steps.build_variables.outputs.REPO }}:${{ steps.build_variables.outputs.VERSION }}-${{ steps.build_variables.outputs.CTAG }}"
- id: get-build-name
run: |
Expand Down

0 comments on commit 15e881a

Please sign in to comment.