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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
59
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
76
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .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 @@ -286,7 +286,7 @@ jobs:
286
286
uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
287
287
288
288
- name : Login to GitHub Container Registry
289
- uses : docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0 .0
289
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
290
290
with :
291
291
registry : ghcr.io
292
292
username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments