File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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' }}
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
You can’t perform that action at this time.
0 commit comments