Skip to content

Commit ecce1e4

Browse files
Update docker/login-action action to v4
1 parent 7e80a94 commit ecce1e4

9 files changed

+38
-38
lines changed

.github/workflows/build_alpine_base_mimalloc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ jobs:
5959
continue-on-error: true
6060

6161
- name: Login to Docker Hub
62-
uses: docker/login-action@v3
62+
uses: docker/login-action@v4
6363
with:
6464
username: "${{ secrets.DOCKERHUB_USERNAME }}"
6565
password: "${{ secrets.DOCKERHUB_TOKEN }}"
6666
continue-on-error: true
6767

6868
- name: Login to GHCR
69-
uses: docker/login-action@v3
69+
uses: docker/login-action@v4
7070
with:
7171
registry: ghcr.io
7272
username: "${{ github.actor }}"

.github/workflows/build_alpine_rust.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,14 @@ jobs:
127127
continue-on-error: true
128128

129129
- name: Login to Docker Hub
130-
uses: docker/login-action@v3
130+
uses: docker/login-action@v4
131131
with:
132132
username: "${{ secrets.DOCKERHUB_USERNAME }}"
133133
password: "${{ secrets.DOCKERHUB_TOKEN }}"
134134
continue-on-error: true
135135

136136
- name: Login to GHCR
137-
uses: docker/login-action@v3
137+
uses: docker/login-action@v4
138138
with:
139139
registry: ghcr.io
140140
username: "${{ github.actor }}"
@@ -288,14 +288,14 @@ jobs:
288288
continue-on-error: true
289289

290290
- name: Login to Docker Hub
291-
uses: docker/login-action@v3
291+
uses: docker/login-action@v4
292292
with:
293293
username: "${{ secrets.DOCKERHUB_USERNAME }}"
294294
password: "${{ secrets.DOCKERHUB_TOKEN }}"
295295
continue-on-error: true
296296

297297
- name: Login to GHCR
298-
uses: docker/login-action@v3
298+
uses: docker/login-action@v4
299299
with:
300300
registry: ghcr.io
301301
username: "${{ github.actor }}"

.github/workflows/build_bootstrap_images_aarch64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ jobs:
8080
continue-on-error: true
8181

8282
- name: Login to Docker Hub
83-
uses: docker/login-action@v3
83+
uses: docker/login-action@v4
8484
with:
8585
username: "${{ secrets.DOCKERHUB_USERNAME }}"
8686
password: "${{ secrets.DOCKERHUB_TOKEN }}"
8787
continue-on-error: true
8888

8989
- name: Login to GHCR
90-
uses: docker/login-action@v3
90+
uses: docker/login-action@v4
9191
with:
9292
registry: ghcr.io
9393
username: "${{ github.actor }}"

.github/workflows/build_bootstrap_images_x86_64.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,14 @@ jobs:
7979
continue-on-error: true
8080

8181
- name: Login to Docker Hub
82-
uses: docker/login-action@v3
82+
uses: docker/login-action@v4
8383
with:
8484
username: "${{ secrets.DOCKERHUB_USERNAME }}"
8585
password: "${{ secrets.DOCKERHUB_TOKEN }}"
8686
continue-on-error: true
8787

8888
- name: Login to GHCR
89-
uses: docker/login-action@v3
89+
uses: docker/login-action@v4
9090
with:
9191
registry: ghcr.io
9292
username: "${{ github.actor }}"

.github/workflows/build_default_alpine.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ jobs:
133133
continue-on-error: true
134134

135135
- name: Login to Docker Hub
136-
uses: docker/login-action@v3
136+
uses: docker/login-action@v4
137137
with:
138138
username: "${{ secrets.DOCKERHUB_USERNAME }}"
139139
password: "${{ secrets.DOCKERHUB_TOKEN }}"
140140
continue-on-error: true
141141

142142
- name: Login to GHCR
143-
uses: docker/login-action@v3
143+
uses: docker/login-action@v4
144144
with:
145145
registry: ghcr.io
146146
username: "${{ github.actor }}"
@@ -295,14 +295,14 @@ jobs:
295295
continue-on-error: true
296296

297297
- name: Login to Docker Hub
298-
uses: docker/login-action@v3
298+
uses: docker/login-action@v4
299299
with:
300300
username: "${{ secrets.DOCKERHUB_USERNAME }}"
301301
password: "${{ secrets.DOCKERHUB_TOKEN }}"
302302
continue-on-error: true
303303

304304
- name: Login to GHCR
305-
uses: docker/login-action@v3
305+
uses: docker/login-action@v4
306306
with:
307307
registry: ghcr.io
308308
username: "${{ github.actor }}"

.github/workflows/build_default_debian.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ jobs:
133133
continue-on-error: true
134134

135135
- name: Login to Docker Hub
136-
uses: docker/login-action@v3
136+
uses: docker/login-action@v4
137137
with:
138138
username: "${{ secrets.DOCKERHUB_USERNAME }}"
139139
password: "${{ secrets.DOCKERHUB_TOKEN }}"
140140
continue-on-error: true
141141

142142
- name: Login to GHCR
143-
uses: docker/login-action@v3
143+
uses: docker/login-action@v4
144144
with:
145145
registry: ghcr.io
146146
username: "${{ github.actor }}"
@@ -277,14 +277,14 @@ jobs:
277277
continue-on-error: true
278278

279279
- name: Login to Docker Hub
280-
uses: docker/login-action@v3
280+
uses: docker/login-action@v4
281281
with:
282282
username: "${{ secrets.DOCKERHUB_USERNAME }}"
283283
password: "${{ secrets.DOCKERHUB_TOKEN }}"
284284
continue-on-error: true
285285

286286
- name: Login to GHCR
287-
uses: docker/login-action@v3
287+
uses: docker/login-action@v4
288288
with:
289289
registry: ghcr.io
290290
username: "${{ github.actor }}"

.github/workflows/build_default_ubuntu.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,14 +133,14 @@ jobs:
133133
continue-on-error: true
134134

135135
- name: Login to Docker Hub
136-
uses: docker/login-action@v3
136+
uses: docker/login-action@v4
137137
with:
138138
username: "${{ secrets.DOCKERHUB_USERNAME }}"
139139
password: "${{ secrets.DOCKERHUB_TOKEN }}"
140140
continue-on-error: true
141141

142142
- name: Login to GHCR
143-
uses: docker/login-action@v3
143+
uses: docker/login-action@v4
144144
with:
145145
registry: ghcr.io
146146
username: "${{ github.actor }}"

.github/workflows/build_gh_builder_images.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ jobs:
7575
continue-on-error: true
7676

7777
- name: Login to Docker Hub
78-
uses: docker/login-action@v3
78+
uses: docker/login-action@v4
7979
with:
8080
username: "${{ secrets.DOCKERHUB_USERNAME }}"
8181
password: "${{ secrets.DOCKERHUB_TOKEN }}"
8282
continue-on-error: true
8383

8484
- name: Login to GHCR
85-
uses: docker/login-action@v3
85+
uses: docker/login-action@v4
8686
with:
8787
registry: ghcr.io
8888
username: "${{ github.actor }}"
@@ -162,14 +162,14 @@ jobs:
162162
continue-on-error: true
163163

164164
- name: Login to Docker Hub
165-
uses: docker/login-action@v3
165+
uses: docker/login-action@v4
166166
with:
167167
username: "${{ secrets.DOCKERHUB_USERNAME }}"
168168
password: "${{ secrets.DOCKERHUB_TOKEN }}"
169169
continue-on-error: true
170170

171171
- name: Login to GHCR
172-
uses: docker/login-action@v3
172+
uses: docker/login-action@v4
173173
with:
174174
registry: ghcr.io
175175
username: "${{ github.actor }}"
@@ -389,14 +389,14 @@ jobs:
389389
continue-on-error: true
390390

391391
- name: Login to Docker Hub
392-
uses: docker/login-action@v3
392+
uses: docker/login-action@v4
393393
with:
394394
username: "${{ secrets.DOCKERHUB_USERNAME }}"
395395
password: "${{ secrets.DOCKERHUB_TOKEN }}"
396396
continue-on-error: true
397397

398398
- name: Login to GHCR
399-
uses: docker/login-action@v3
399+
uses: docker/login-action@v4
400400
with:
401401
registry: ghcr.io
402402
username: "${{ github.actor }}"
@@ -474,14 +474,14 @@ jobs:
474474
continue-on-error: true
475475

476476
- name: Login to Docker Hub
477-
uses: docker/login-action@v3
477+
uses: docker/login-action@v4
478478
with:
479479
username: "${{ secrets.DOCKERHUB_USERNAME }}"
480480
password: "${{ secrets.DOCKERHUB_TOKEN }}"
481481
continue-on-error: true
482482

483483
- name: Login to GHCR
484-
uses: docker/login-action@v3
484+
uses: docker/login-action@v4
485485
with:
486486
registry: ghcr.io
487487
username: "${{ github.actor }}"
@@ -558,14 +558,14 @@ jobs:
558558
continue-on-error: true
559559

560560
- name: Login to Docker Hub
561-
uses: docker/login-action@v3
561+
uses: docker/login-action@v4
562562
with:
563563
username: "${{ secrets.DOCKERHUB_USERNAME }}"
564564
password: "${{ secrets.DOCKERHUB_TOKEN }}"
565565
continue-on-error: true
566566

567567
- name: Login to GHCR
568-
uses: docker/login-action@v3
568+
uses: docker/login-action@v4
569569
with:
570570
registry: ghcr.io
571571
username: "${{ github.actor }}"
@@ -643,14 +643,14 @@ jobs:
643643
continue-on-error: true
644644

645645
- name: Login to Docker Hub
646-
uses: docker/login-action@v3
646+
uses: docker/login-action@v4
647647
with:
648648
username: "${{ secrets.DOCKERHUB_USERNAME }}"
649649
password: "${{ secrets.DOCKERHUB_TOKEN }}"
650650
continue-on-error: true
651651

652652
- name: Login to GHCR
653-
uses: docker/login-action@v3
653+
uses: docker/login-action@v4
654654
with:
655655
registry: ghcr.io
656656
username: "${{ github.actor }}"

.github/workflows/build_gh_runner_images.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ jobs:
6161
continue-on-error: true
6262

6363
- name: Login to Docker Hub
64-
uses: docker/login-action@v3
64+
uses: docker/login-action@v4
6565
with:
6666
username: "${{ secrets.DOCKERHUB_USERNAME }}"
6767
password: "${{ secrets.DOCKERHUB_TOKEN }}"
6868
continue-on-error: true
6969

7070
- name: Login to GHCR
71-
uses: docker/login-action@v3
71+
uses: docker/login-action@v4
7272
with:
7373
registry: ghcr.io
7474
username: "${{ github.actor }}"
@@ -132,14 +132,14 @@ jobs:
132132
continue-on-error: true
133133

134134
- name: Login to Docker Hub
135-
uses: docker/login-action@v3
135+
uses: docker/login-action@v4
136136
with:
137137
username: "${{ secrets.DOCKERHUB_USERNAME }}"
138138
password: "${{ secrets.DOCKERHUB_TOKEN }}"
139139
continue-on-error: true
140140

141141
- name: Login to GHCR
142-
uses: docker/login-action@v3
142+
uses: docker/login-action@v4
143143
with:
144144
registry: ghcr.io
145145
username: "${{ github.actor }}"
@@ -202,14 +202,14 @@ jobs:
202202
continue-on-error: true
203203

204204
- name: Login to Docker Hub
205-
uses: docker/login-action@v3
205+
uses: docker/login-action@v4
206206
with:
207207
username: "${{ secrets.DOCKERHUB_USERNAME }}"
208208
password: "${{ secrets.DOCKERHUB_TOKEN }}"
209209
continue-on-error: true
210210

211211
- name: Login to GHCR
212-
uses: docker/login-action@v3
212+
uses: docker/login-action@v4
213213
with:
214214
registry: ghcr.io
215215
username: "${{ github.actor }}"

0 commit comments

Comments
 (0)