File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6565 platforms : arm64
6666
6767 - name : Login to GitHub Container Registry
68- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
68+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
6969 if : ${{ github.event_name != 'pull_request' && ! contains(inputs.image, 'plus') }}
7070 with :
7171 registry : ghcr.io
8282 if : ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus')}}
8383
8484 - name : Login to NGINX Registry
85- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
85+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
8686 with :
8787 registry : docker-mgmt.nginx.com
8888 username : ${{ steps.idtoken.outputs.id_token }}
9999 if : ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') }}
100100
101101 - name : Login to GAR
102- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
102+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
103103 with :
104104 registry : us-docker.pkg.dev
105105 username : oauth2accesstoken
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ jobs:
457457 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
458458
459459 - name : Login to GitHub Container Registry
460- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
460+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
461461 with :
462462 registry : ghcr.io
463463 username : ${{ github.repository_owner }}
Original file line number Diff line number Diff line change 9393 service_account : ${{ secrets.GCP_SERVICE_ACCOUNT }}
9494
9595 - name : Login to GAR
96- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
96+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
9797 with :
9898 registry : us-docker.pkg.dev
9999 username : oauth2accesstoken
Original file line number Diff line number Diff line change 5959 needs-updating : ${{ steps.update.outputs.needs-updating }}
6060 steps :
6161 - name : Login to GitHub Container Registry
62- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
62+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
6363 with :
6464 registry : ghcr.io
6565 username : ${{ github.repository_owner }}
You can’t perform that action at this time.
0 commit comments