File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
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@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
59
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .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@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
76
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
77
77
with :
78
78
registry : docker-mgmt.nginx.com
79
79
username : ${{ steps.idtoken.outputs.id_token }}
90
90
if : ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') }}
91
91
92
92
- name : Login to GAR
93
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
93
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
94
94
with :
95
95
registry : us-docker.pkg.dev
96
96
username : oauth2accesstoken
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ jobs:
292
292
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
293
293
294
294
- name : Login to GitHub Container Registry
295
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
295
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
296
296
with :
297
297
registry : ghcr.io
298
298
username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments