File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ runs:
135135
136136 - name : Login to Registry
137137 if : inputs.push == 'true' && inputs.registry-username != '' && inputs.registry-password != ''
138- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
138+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
139139 with :
140140 registry : ${{ inputs.registry }}
141141 username : ${{ inputs.registry-username }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Login to Quay
113113 if : env.HAS_QUAY_AUTH == 'true'
114- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
114+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
115115 with :
116116 registry : ${{ env.REGISTRY }}
117117 username : ${{ secrets.QUAY_USERNAME }}
You can’t perform that action at this time.
0 commit comments