Skip to content

Commit b0ddd6c

Browse files
authored
Merge pull request #282 from bjschafer/dependabot/github_actions/docker/login-action-3.6.0
chore(deps): bump docker/login-action from 3.3.0 to 3.6.0
2 parents 3c74474 + 10b51c3 commit b0ddd6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# https://github.com/docker/login-action
5454
- name: Log into registry ${{ env.REGISTRY }}
5555
if: github.event_name != 'pull_request'
56-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
56+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
5757
with:
5858
registry: ${{ env.REGISTRY }}
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)