We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6517fba commit 6358d74Copy full SHA for 6358d74
.github/workflows/ci-cd.yml
@@ -28,6 +28,12 @@ jobs:
28
- name: Build
29
run: dotnet build --configuration ${{ env.CONFIGURATION }}
30
31
+ - name: Publish
32
+ run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
33
+
34
+ - name: Docker build
35
+ run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.6 .
36
37
github-package-deploy:
38
if: ${{ github.event_name == 'push' }}
39
name: GitHub package deploy
0 commit comments