Skip to content

Commit 0c8710b

Browse files
Upgrade version
1 parent 33cf63b commit 0c8710b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ 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.9 .
52+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.0 .
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.9
57+
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.0
5858
5959
dockerhub-deploy:
6060
if: ${{ github.event_name == 'release' }}
@@ -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.9 .
81+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2.0.0 .
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.9
86+
docker push 45862391/httphealthcheckdashboard:2.0.0

0 commit comments

Comments
 (0)