File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ 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.7 .
52+ run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.8 .
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.7
57+ docker push docker.pkg.github.com/arnab-developer/httphealthcheckdashboard/httphealthcheckdashboard:1.0.8
5858
5959 dockerhub-deploy :
60- # if: ${{ github.event_name == 'release' }}
60+ if : ${{ github.event_name == 'release' }}
6161 name : Dockerhub deploy
6262 runs-on : ubuntu-latest
6363 needs : build-test
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.7 .
81+ run : docker build -f 'HttpHealthCheckDashboard/Dockerfile' -t 45862391/httphealthcheckdashboard:1.0.8 .
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.7
86+ docker push 45862391/httphealthcheckdashboard:1.0.8
You can’t perform that action at this time.
0 commit comments