Skip to content

Commit 3212e85

Browse files
wip
1 parent 29157f3 commit 3212e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 '/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
@@ -62,7 +62,7 @@ jobs:
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

0 commit comments

Comments
 (0)