Commit c4bd398 1 parent f3118c7 commit c4bd398 Copy full SHA for c4bd398
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -452,13 +452,13 @@ jobs:
452
452
453
453
steps :
454
454
- name : Login to DockerHub
455
- uses : docker/login-action@v2
455
+ uses : docker/login-action@v3
456
456
with :
457
457
username : ${{ secrets.DOCKER_USER }}
458
458
password : ${{ secrets.DOCKER_PASS }}
459
459
460
460
- name : Login to GitHub Container Registry
461
- uses : docker/login-action@v2
461
+ uses : docker/login-action@v3
462
462
with :
463
463
registry : ghcr.io
464
464
username : ${{ secrets.CR_USER }}
@@ -559,13 +559,13 @@ jobs:
559
559
560
560
steps :
561
561
- name : Login to DockerHub
562
- uses : docker/login-action@v2
562
+ uses : docker/login-action@v3
563
563
with :
564
564
username : ${{ secrets.DOCKER_USER }}
565
565
password : ${{ secrets.DOCKER_PASS }}
566
566
567
567
- name : Login to GitHub Container Registry
568
- uses : docker/login-action@v2
568
+ uses : docker/login-action@v3
569
569
with :
570
570
registry : ghcr.io
571
571
username : ${{ secrets.CR_USER }}
You can’t perform that action at this time.
0 commit comments