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 @@ -151,7 +151,7 @@ jobs:
151151 runs-on : ubuntu-latest
152152 steps :
153153 - name : Login to Docker Hub
154- uses : docker/login-action@v3
154+ uses : docker/login-action@v4
155155 with :
156156 username : ${{ secrets.DOCKER_USERNAME }}
157157 password : ${{ secrets.DOCKER_PASSWORD }}
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 runs-on : ubuntu-latest
172172 steps :
173173 - name : Login to Docker Hub
174- uses : docker/login-action@v3
174+ uses : docker/login-action@v4
175175 with :
176176 username : ${{ secrets.DOCKER_USERNAME }}
177177 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