Skip to content

Commit 138eae7

Browse files
committed
chore: test for composite action
1 parent ac22134 commit 138eae7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/build-on-commit.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ jobs:
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

0 commit comments

Comments
 (0)