File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -133,12 +133,12 @@ jobs:
133133 - name : Set up Docker Buildx
134134 uses : docker/setup-buildx-action@v3
135135 - name : Login to DockerHub
136- uses : docker/login-action@v2
136+ uses : docker/login-action@v3
137137 with :
138138 username : ${{ secrets.DOCKER_USERNAME }}
139139 password : ${{ secrets.DOCKER_PASSWORD }}
140140 - name : Login to GHCR
141- uses : docker/login-action@v2
141+ uses : docker/login-action@v3
142142 with :
143143 registry : ghcr.io
144144 username : ${{ github.repository_owner }}
@@ -180,12 +180,12 @@ jobs:
180180 - name : Set up Docker Buildx
181181 uses : docker/setup-buildx-action@v3
182182 - name : Login to DockerHub
183- uses : docker/login-action@v2
183+ uses : docker/login-action@v3
184184 with :
185185 username : ${{ secrets.DOCKER_USERNAME }}
186186 password : ${{ secrets.DOCKER_PASSWORD }}
187187 - name : Login to GHCR
188- uses : docker/login-action@v2
188+ uses : docker/login-action@v3
189189 with :
190190 registry : ghcr.io
191191 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments