File tree Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Expand file tree Collapse file tree 3 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 35
35
with :
36
36
driver-opts : image=moby/buildkit:v0.11.6
37
37
- name : Login to GitHub Container Registry
38
- uses : docker/login-action@v2
38
+ uses : docker/login-action@v3
39
39
with :
40
40
registry : ghcr.io
41
41
username : " ${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
@@ -210,13 +210,13 @@ jobs:
210
210
id-token : write
211
211
steps :
212
212
- name : Login to GitHub Container Registry
213
- uses : docker/login-action@v2
213
+ uses : docker/login-action@v3
214
214
with :
215
215
registry : ghcr.io
216
216
username : " ${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
217
217
password : " ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}"
218
218
- name : Login to Docker Hub
219
- uses : docker/login-action@v2
219
+ uses : docker/login-action@v3
220
220
with :
221
221
username : " ${{ env.DOCKER_HUB_USERNAME }}"
222
222
password : " ${{ secrets.DOCKER_HUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
31
31
with :
32
32
driver-opts : image=moby/buildkit:v0.11.6
33
33
- name : Login to GitHub Container Registry
34
- uses : docker/login-action@v2
34
+ uses : docker/login-action@v3
35
35
with :
36
36
registry : ghcr.io
37
37
username : " ${{ env.GH_CONTAINER_REGISTRY_USERNAME }}"
38
38
password : " ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}"
39
39
- name : Login to Docker Hub
40
- uses : docker/login-action@v2
40
+ uses : docker/login-action@v3
41
41
with :
42
42
username : " ${{ env.DOCKER_HUB_USERNAME }}"
43
43
password : " ${{ secrets.DOCKER_HUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ components:
26
26
27
27
- login_ghcr : &login_ghcr
28
28
name : " Login to GitHub Container Registry"
29
- uses : docker/login-action@v2
29
+ uses : docker/login-action@v3
30
30
with :
31
31
registry : ghcr.io
32
32
username : ${{ env.GH_CONTAINER_REGISTRY_USERNAME }}
33
33
password : ${{ secrets.GH_CONTAINER_REGISTRY_TOKEN }}
34
34
35
35
- login_docker_hub : &login_docker_hub
36
36
name : " Login to Docker Hub"
37
- uses : docker/login-action@v2
37
+ uses : docker/login-action@v3
38
38
with :
39
39
username : ${{ env.DOCKER_HUB_USERNAME }}
40
40
password : ${{ secrets.DOCKER_HUB_TOKEN }}
@@ -307,12 +307,7 @@ workflows:
307
307
308
308
steps :
309
309
- *login_ghcr
310
-
311
- - name : " Login to Docker Hub"
312
- uses : docker/login-action@v2
313
- with :
314
- username : ${{ env.DOCKER_HUB_USERNAME }}
315
- password : ${{ secrets.DOCKER_HUB_TOKEN }}
310
+ - *login_docker_hub
316
311
317
312
- *pull_containers
318
313
- *rename_all_containers
You can’t perform that action at this time.
0 commit comments