File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ jobs:
2020 packages : write
2121 steps :
2222 - name : Login to Docker Hub
23- uses : docker/login-action@v3
23+ uses : docker/login-action@v4
2424 with :
2525 username : ${{ secrets.DOCKER_USERNAME }}
2626 password : ${{ secrets.DOCKER_PASSWORD }}
2727
2828 - name : Login to GHCR
29- uses : docker/login-action@v3
29+ uses : docker/login-action@v4
3030 with :
3131 registry : ghcr.io
3232 username : ${{ github.actor }}
@@ -52,13 +52,13 @@ jobs:
5252 fetch-depth : 0
5353
5454 - name : Login to Docker Hub
55- uses : docker/login-action@v3
55+ uses : docker/login-action@v4
5656 with :
5757 username : ${{ secrets.DOCKER_USERNAME }}
5858 password : ${{ secrets.DOCKER_PASSWORD }}
5959
6060 - name : Login to GHCR
61- uses : docker/login-action@v3
61+ uses : docker/login-action@v4
6262 with :
6363 registry : ghcr.io
6464 username : ${{ github.actor }}
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