Skip to content

Commit

Permalink
Update orca-oes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phanikumarp authored Nov 13, 2024
1 parent 4edff15 commit 420008b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/orca-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
registry: quay.io
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_KEY }}

- name: Debug Input Value
run: |
echo "CUSTOMPLUGIN_NAME: ${{ github.event.inputs.CUSTOMPLUGIN_NAME }}"
- name: Build
env:
ORG_GRADLE_PROJECT_version: ${{ steps.build_variables.outputs.VERSION }}
Expand All @@ -68,10 +73,7 @@ jobs:
./gradlew --no-daemon -PenableCrossCompilerPlugin=true orca-web:installDist -x test
- name: Debug Input Value
run: |
echo "CUSTOMPLUGIN_NAME: ${{ github.event.inputs.CUSTOMPLUGIN_NAME }}"
- name: dockerBuildpush
uses: docker/build-push-action@v2
with:
Expand Down

0 comments on commit 420008b

Please sign in to comment.