Skip to content

Commit e7bb60e

Browse files
chore(deps): update docker/login-action action to v3.7.0
1 parent e7fd3d1 commit e7bb60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-container/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
139139
with:
140140
registry: ${{ inputs.registry }}
141141
username: ${{ inputs.registry-username }}

0 commit comments

Comments
 (0)