File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 77 mvn :
88 uses : netcracker/qubership-workflow-hub/.github/workflows/maven-publish.yml@main
99 with :
10- maven-command : " --batch-mode deploy -Dgpg.skip=true org.sonarsource.scanner.maven:sonar-maven-plugin:${{ vars.SONAR_PLUGIN_VERSION }}:sonar -Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} -Dsonar.host.url=${{ vars.SONAR_HOST_URL }} "
10+ maven-command : " --batch-mode deploy -DskipTests "
1111 server-id : github
1212 java-version : 21
1313 secrets :
1414 maven-token : ${{ secrets.GITHUB_TOKEN }}
15- sonar-token : ${{ secrets.SONAR_TOKEN }}
15+ # sonar-token: ${{ secrets.SONAR_TOKEN }}
1616
1717 call-docker-publish :
18+ runs-on : ubuntu-latest
19+ name : Docker Publish
1820 needs : mvn
19- uses : netcracker/qubership-workflow-hub/.github/workflows/docker-publish.yml@main
20- with :
21- artifact-id : " dbaas-aggregator"
22- download-artifact : true
21+ steps :
22+ - uses : rparf/qubership-workflow-hub/actions/docker-publish@main
23+ with :
24+ artifact-id : " dbaas-aggregator"
25+ download-artifact : true
You can’t perform that action at this time.
0 commit comments