Skip to content

Commit 5c7a6ae

Browse files
authored
Merge pull request #46 from benfrisbie/dependabot/github_actions/docker/login-action-3.2.0
Bump docker/login-action from 3.1.0 to 3.2.0
2 parents 0685140 + 1a45565 commit 5c7a6ae

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
@@ -204,7 +204,7 @@ outputs:
204204
runs:
205205
using: "composite"
206206
steps:
207-
- uses: docker/login-action@v3.1.0
207+
- uses: docker/login-action@v3.2.0
208208
if: ${{ inputs.registry && inputs.push == 'true' }}
209209
with:
210210
registry: ${{ inputs.registry }}

0 commit comments

Comments
 (0)