File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 dotnet-version : 5.0.300
4747
4848 - name : Publish
49- run : dotnet publish --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
49+ run : dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
5050
5151 - name : Docker build
5252 run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.7 .
5757 docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.7
5858
5959 dockerhub-deploy :
60- if : ${{ github.event_name == 'release' }}
60+ # if: ${{ github.event_name == 'release' }}
6161 name : Dockerhub deploy
6262 runs-on : ubuntu-latest
6363 needs : build-test
7575 dotnet-version : 5.0.300
7676
7777 - name : Publish
78- run : dotnet publish --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
78+ run : dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
7979
8080 - name : Docker build
8181 run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1.0.7 .
You can’t perform that action at this time.
0 commit comments