Skip to content

Commit 4959bbc

Browse files
wip
1 parent 8b530b8 commit 4959bbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -62,7 +62,7 @@ jobs:
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM mcr.microsoft.com/dotnet/runtime:5.0
2-
COPY publish/ ./app
2+
COPY HttpHealthCheckDashboard/bin/publish ./app
33
WORKDIR /app
44
ENTRYPOINT ["dotnet", "HttpHealthCheckDashboard.dll"]

0 commit comments

Comments
 (0)