Skip to content

Commit e6e99b3

Browse files
upgrade version
1 parent acdaa41 commit e6e99b3

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
@@ -46,12 +46,12 @@ jobs:
4646
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
4747

4848
- name: Docker build
49-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.4 .
49+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.5 .
5050

5151
- name: Docker push
5252
run: |
5353
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
54-
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.4
54+
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.5
5555
docker logout https://docker.pkg.github.com
5656
5757
dockerhub-deploy:
@@ -76,10 +76,10 @@ jobs:
7676
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
7777

7878
- name: Docker build
79-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2.0.4 .
79+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2.0.5 .
8080

8181
- name: Docker push
8282
run: |
8383
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
84-
docker push 45862391/httphealthcheckdashboard:2.0.4
84+
docker push 45862391/httphealthcheckdashboard:2.0.5
8585
docker logout

0 commit comments

Comments
 (0)