Skip to content

Commit 5796e88

Browse files
Update docker/login-action action to v3 (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Smith <[email protected]>
1 parent 1696612 commit 5796e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ runs:
166166
endpoint: buildx-context
167167

168168
- name: Login
169-
uses: docker/login-action@v2
169+
uses: docker/login-action@v3
170170
if: ${{ contains(inputs.registry, '.amazonaws.com') || ( inputs.login != '' && inputs.password != '' ) }}
171171
with:
172172
registry: ${{ inputs.registry }}

0 commit comments

Comments
 (0)