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 @@ -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' }}
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
You can’t perform that action at this time.
0 commit comments