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