Skip to content

Commit 51d5e05

Browse files
Version upgrade
1 parent 073fc69 commit 51d5e05

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
3333

3434
- name: Docker build
35-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t ghcr.io/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.8 .
35+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t ghcr.io/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.9 .
3636

3737
codeql-analysis:
3838
name: CodeQL analysis
@@ -72,7 +72,7 @@ jobs:
7272
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
7373

7474
- name: Docker build
75-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t ghcr.io/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.8 .
75+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t ghcr.io/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.9 .
7676

7777
- name: GitHub Container Registry login
7878
uses: docker/login-action@v1
@@ -82,7 +82,7 @@ jobs:
8282
password: ${{ secrets.GITHUB_TOKEN }}
8383

8484
- name: Docker push
85-
run: docker push ghcr.io/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.8
85+
run: docker push ghcr.io/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.9
8686

8787
dockerhub-deploy:
8888
if: ${{ github.event_name == 'release' }}
@@ -106,7 +106,7 @@ jobs:
106106
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
107107

108108
- name: Docker build
109-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2.0.8 .
109+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2.0.9 .
110110

111111
- name: Login to Docker Hub
112112
uses: docker/login-action@v1
@@ -115,4 +115,4 @@ jobs:
115115
password: ${{ secrets.DOCKERHUB_PWD }}
116116

117117
- name: Docker push
118-
run: docker push 45862391/httphealthcheckdashboard:2.0.8
118+
run: docker push 45862391/httphealthcheckdashboard:2.0.9

0 commit comments

Comments
 (0)