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 @@ -49,12 +49,12 @@ jobs:
4949 run : dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
5050
5151 - name : Docker build
52- run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1 .0.9 .
52+ run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2 .0.0 .
5353
5454 - name : Docker push
5555 run : |
5656 echo "${{ secrets.GITHUB_TOKEN }}" | docker login https://docker.pkg.github.com -u Arnab-Developer --password-stdin
57- docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1 .0.9
57+ docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:2 .0.0
5858
5959 dockerhub-deploy :
6060 if : ${{ github.event_name == 'release' }}
7878 run : dotnet publish 'HttpHealthCheckDashboard/HttpHealthCheckDashboard.csproj' --configuration ${{ env.CONFIGURATION }} -o 'HttpHealthCheckDashboard/bin/publish'
7979
8080 - name : Docker build
81- run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1 .0.9 .
81+ run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:2 .0.0 .
8282
8383 - name : Docker push
8484 run : |
8585 echo "${{ secrets.DOCKERHUB_PWD }}" | docker login -u 45862391 --password-stdin
86- docker push 45862391/httphealthcheckdashboard:1 .0.9
86+ docker push 45862391/httphealthcheckdashboard:2 .0.0
You can’t perform that action at this time.
0 commit comments