Skip to content

Commit 047d1c5

Browse files
committed
try to fix login
1 parent 9953209 commit 047d1c5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docker-image.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ jobs:
3131
uses: docker/setup-buildx-action@v1
3232

3333
- name: Login to GitHub Container Registry
34-
uses: docker/login-action@v1
34+
uses: docker/login-action@v3
3535
with:
3636
registry: ghcr.io
3737
username: ${{ github.repository_owner }}
3838
password: ${{ secrets.CR_PAT }}
3939

4040
- name: Login to hub.docker.io Container Registry
41-
uses: docker/login-action@v1
41+
uses: docker/login-action@v3
4242
with:
4343
username: mosquito
4444
password: ${{ secrets.DH_TOKEN }}
@@ -89,14 +89,14 @@ jobs:
8989
uses: docker/setup-buildx-action@v1
9090

9191
- name: Login to GitHub Container Registry
92-
uses: docker/login-action@v1
92+
uses: docker/login-action@v3
9393
with:
9494
registry: ghcr.io
9595
username: ${{ github.repository_owner }}
9696
password: ${{ secrets.CR_PAT }}
9797

9898
- name: Login to hub.docker.io Container Registry
99-
uses: docker/login-action@v1
99+
uses: docker/login-action@v3
100100
with:
101101
username: mosquito
102102
password: ${{ secrets.DH_TOKEN }}
@@ -146,14 +146,14 @@ jobs:
146146
uses: docker/setup-buildx-action@v1
147147

148148
- name: Login to GitHub Container Registry
149-
uses: docker/login-action@v1
149+
uses: docker/login-action@v3
150150
with:
151151
registry: ghcr.io
152152
username: ${{ github.repository_owner }}
153153
password: ${{ secrets.CR_PAT }}
154154

155155
- name: Login to hub.docker.io Container Registry
156-
uses: docker/login-action@v1
156+
uses: docker/login-action@v3
157157
with:
158158
username: mosquito
159159
password: ${{ secrets.DH_TOKEN }}
@@ -209,14 +209,14 @@ jobs:
209209
uses: docker/setup-buildx-action@v1
210210

211211
- name: Login to GitHub Container Registry
212-
uses: docker/login-action@v1
212+
uses: docker/login-action@v3
213213
with:
214214
registry: ghcr.io
215215
username: ${{ github.repository_owner }}
216216
password: ${{ secrets.CR_PAT }}
217217

218218
- name: Login to hub.docker.io Container Registry
219-
uses: docker/login-action@v1
219+
uses: docker/login-action@v3
220220
with:
221221
username: mosquito
222222
password: ${{ secrets.DH_TOKEN }}

0 commit comments

Comments
 (0)