Skip to content

Commit

Permalink
Update CI_CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 authored Dec 18, 2024
1 parent 4bd2ca0 commit c630310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sonar-key: 'mu88_Project28'
sonar-token: ${{ secrets.SONAR_TOKEN }}
sonar-additional-params: '/d:sonar.cs.opencover.reportsPaths=src/Tests/coverage.opencover.xml /s:$GITHUB_WORKSPACE/SonarQube.Analysis.xml'
docker-publish-mode: regular_and_chiseled
docker-publish-mode: regular_and_chiseled_extra
docker-publish-project: 'src/WebApp/WebApp.csproj'
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit c630310

Please sign in to comment.