File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 with :
3939 dotnet-version : 5.0.101
4040 - name : Publish
41- run : dotnet publish --configuration ${{ env.CONFIGURATION }} -o '/ HttpHealthCheckDashboard/bin/publish'
41+ run : dotnet publish --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
4242 - name : Docker build
4343 run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.0 .
4444 - name : Docker push
6262 with :
6363 dotnet-version : 5.0.101
6464 - name : Publish
65- run : dotnet publish --configuration ${{ env.CONFIGURATION }} -o '/ HttpHealthCheckDashboard/bin/publish'
65+ run : dotnet publish --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
6666 - name : Docker build
6767 run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1.0.0 .
6868 - name : Docker push
You can’t perform that action at this time.
0 commit comments