Skip to content

Commit 1d9a309

Browse files
Update ci-cd.yml
1 parent e170e73 commit 1d9a309

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.2 .
49+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.3 .
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.2
54+
docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2.0.3
5555
5656
dockerhub-deploy:
5757
if: ${{ github.event_name == 'release' }}
@@ -75,9 +75,9 @@ jobs:
7575
run: dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
7676

7777
- name: Docker build
78-
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2.0.2 .
78+
run: docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2.0.3 .
7979

8080
- name: Docker push
8181
run: |
8282
echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
83-
docker push 45862391/httphealthcheckdashboard:2.0.2
83+
docker push 45862391/httphealthcheckdashboard:2.0.3

0 commit comments

Comments
 (0)