File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
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 '/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 '/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
Original file line number Diff line number Diff line change 11FROM mcr.microsoft.com/dotnet/runtime:5.0
2- COPY publish/ ./app
2+ COPY HttpHealthCheckDashboard/bin/publish ./app
33WORKDIR /app
44ENTRYPOINT ["dotnet" , "HttpHealthCheckDashboard.dll" ]
You can’t perform that action at this time.
0 commit comments