File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 runs-on : ubuntu-latest
153153 steps :
154154 - name : Login to Docker Hub
155- uses : docker/login-action@v3
155+ uses : docker/login-action@v4
156156 with :
157157 username : ${{ secrets.DOCKER_USERNAME }}
158158 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ jobs:
172172 runs-on : ubuntu-latest
173173 steps :
174174 - name : Login to Docker Hub
175- uses : docker/login-action@v3
175+ uses : docker/login-action@v4
176176 with :
177177 username : ${{ secrets.DOCKER_USERNAME }}
178178 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 4141
4242 # Docker build and push with staging tags
4343 - name : Login to Docker Hub
44- uses : docker/login-action@v3
44+ uses : docker/login-action@v4
4545 with :
4646 username : ${{ secrets.DOCKER_USERNAME }}
4747 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change 4242
4343 # Docker build and push with staging tags
4444 - name : Login to Docker Hub
45- uses : docker/login-action@v3
45+ uses : docker/login-action@v4
4646 with :
4747 username : ${{ secrets.DOCKER_USERNAME }}
4848 password : ${{ secrets.DOCKER_PASSWORD }}
You can’t perform that action at this time.
0 commit comments