We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fd3d1 commit e7bb60eCopy full SHA for e7bb60e
1 file changed
.github/actions/build-container/action.yaml
@@ -135,7 +135,7 @@ runs:
135
136
- name: Login to Registry
137
if: inputs.push == 'true' && inputs.registry-username != '' && inputs.registry-password != ''
138
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
+ uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
139
with:
140
registry: ${{ inputs.registry }}
141
username: ${{ inputs.registry-username }}
0 commit comments