Skip to content

Commit 4405060

Browse files
Upgrade version
1 parent 7115f7f commit 4405060

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
@@ -49,15 +49,15 @@ jobs:
4949
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
5050

5151
- name: Docker build
52-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.7 .
52+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.8 .
5353

5454
- name: Docker push
5555
run: |
5656
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
57-
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.7
57+
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.8
5858
5959
dockerhub-deploy:
60-
#if: ${{ github.event_name == 'release' }}
60+
if: ${{ github.event_name == 'release' }}
6161
name: Dockerhub deploy
6262
runs-on: ubuntu-latest
6363
needs: build-test
@@ -78,9 +78,9 @@ jobs:
7878
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
7979

8080
- name: Docker build
81-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1.0.7 .
81+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1.0.8 .
8282

8383
- name: Docker push
8484
run: |
8585
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
86-
docker push 45862391/httphealthcheckdashboard:1.0.7
86+
docker push 45862391/httphealthcheckdashboard:1.0.8

0 commit comments

Comments
 (0)