Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
build-maven-imagedecoder:
uses: mosip/kattu/.github/workflows/maven-build.yml@mahesh-patch-2
uses: mosip/kattu/.github/workflows/maven-build.yml@gpgupdate-masterj21
with:
SERVICE_LOCATION: imagedecoder
BUILD_ARTIFACT: imagedecoder
Expand All @@ -39,7 +39,7 @@ jobs:
publish_to_nexus:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
needs: build-maven-imagedecoder
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@mahesh-patch-2
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@gpgupdate-masterj21
with:
SERVICE_LOCATION: imagedecoder
secrets:
Expand All @@ -54,7 +54,7 @@ jobs:
sonar_analysis:
needs: build-maven-imagedecoder
if: "${{ github.event_name != 'pull_request' }}"
uses: mahesh-binayak/kattu/.github/workflows/maven-sonar-analysis-new.yml@gpgupdate
uses: mahesh-binayak/kattu/.github/workflows/maven-sonar-analysis-new.yml@develop
with:
SERVICE_LOCATION: imagedecoder
secrets:
Expand Down