File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
platforms : arm64
57
57
58
58
- name : Login to GitHub Container Registry
59
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
59
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
60
60
if : ${{ github.event_name != 'pull_request' && ! contains(inputs.image, 'plus') }}
61
61
with :
62
62
registry : ghcr.io
73
73
if : ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus')}}
74
74
75
75
- name : Login to NGINX Registry
76
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
76
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
77
77
with :
78
78
registry : docker-mgmt.nginx.com
79
79
username : ${{ steps.idtoken.outputs.id_token }}
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ jobs:
342
342
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
343
343
344
344
- name : Login to GitHub Container Registry
345
- uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
345
+ uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
346
346
with :
347
347
registry : ghcr.io
348
348
username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments