Skip to content

Commit

Permalink
updated push trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Aiham <[email protected]>
  • Loading branch information
aihamh committed Jul 1, 2024
1 parent 13f3814 commit 36dd201
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
build-maven-pre-registration-booking-service:
uses: mosip/kattu/.github/workflows/maven-build.yml@master
uses: mosip/kattu/.github/workflows/maven-build.yml@master-java21
with:
SERVICE_LOCATION: pre-registration-booking-service
BUILD_ARTIFACT: pre-registration-booking-service
Expand All @@ -82,7 +82,7 @@ jobs:
BUILD_ARTIFACT: 'pre-registration-booking-service'
fail-fast: false
name: ${{ matrix.SERVICE_NAME }}
uses: mosip/kattu/.github/workflows/docker-build.yml@master
uses: mosip/kattu/.github/workflows/docker-build.yml@master-java21
with:
SERVICE_LOCATION: ${{ matrix.SERVICE_LOCATION }}
SERVICE_NAME: ${{ matrix.SERVICE_NAME }}
Expand All @@ -96,7 +96,7 @@ jobs:
publish_to_nexus_pre-registration-booking-service:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}"
needs: build-maven-pre-registration-booking-service
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master-java21
with:
SERVICE_LOCATION: pre-registration-booking-service
secrets:
Expand All @@ -109,7 +109,7 @@ jobs:
sonar_analysis:
needs: build-maven-pre-registration-booking-service
if: "${{ github.event_name != 'pull_request' }}"
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master
uses: mosip/kattu/.github/workflows/maven-sonar-analysis.yml@master-java21
with:
SERVICE_LOCATION: pre-registration-booking-service
PROJECT_KEY: mosip_pre-registration-booking-service
Expand Down

0 comments on commit 36dd201

Please sign in to comment.