File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323 uses : docker/setup-buildx-action@v2
2424
2525 - name : Log in to GitHub Container Registry
26- uses : docker/login-action@v2
26+ uses : docker/login-action@v4
2727 with :
2828 registry : ghcr.io
2929 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 - name : Set up Docker Buildx
121121 uses : docker/setup-buildx-action@v3
122122 - name : Login to DockerHub
123- uses : docker/login-action@v3
123+ uses : docker/login-action@v4
124124 with :
125125 username : ${{ secrets.docker_username }}
126126 password : ${{ secrets.docker_password }}
@@ -152,7 +152,7 @@ jobs:
152152 uses : docker/setup-buildx-action@v3
153153
154154 - name : Login to DockerHub
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 8080 fetch-depth : ${{ inputs.fetch_depth }}
8181
8282 - name : Login to DockerHub
83- uses : docker/login-action@v3
83+ uses : docker/login-action@v4
8484 with :
8585 username : ${{ secrets.docker_username }}
8686 password : ${{ secrets.docker_password }}
You can’t perform that action at this time.
0 commit comments