Skip to content

Commit 236731f

Browse files
Upgrade version
1 parent bc5497f commit 236731f

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
@@ -40,11 +40,11 @@ jobs:
4040
- name: Publish
4141
run: dotnet publish --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
4242
- name: Docker build
43-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.3 .
43+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.4 .
4444
- name: Docker push
4545
run: |
4646
echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
47-
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.3
47+
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.4
4848
4949
dockerhub-deploy:
5050
if: ${{ github.event_name == 'release' }}
@@ -64,8 +64,8 @@ jobs:
6464
- name: Publish
6565
run: dotnet publish --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
6666
- name: Docker build
67-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1.0.3 .
67+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1.0.4 .
6868
- name: Docker push
6969
run: |
7070
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
71-
docker push 45862391/httphealthcheckdashboard:1.0.3
71+
docker push 45862391/httphealthcheckdashboard:1.0.4

0 commit comments

Comments
 (0)