Skip to content

Commit 9557a89

Browse files
authored
Merge pull request #22 from ruhdevops/dependabot/github_actions/docker/login-action-4.1.0
build(deps): bump docker/login-action from 3.7.0 to 4.1.0
2 parents f5bf291 + 6eb3f4d commit 9557a89

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
@@ -60,7 +60,7 @@ jobs:
6060
# https://github.com/docker/login-action
6161
- name: Log into registry ${{ env.REGISTRY }}
6262
if: github.event_name != 'pull_request'
63-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
63+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6464
with:
6565
registry: ${{ env.REGISTRY }}
6666
username: ${{ github.actor }}

0 commit comments

Comments
 (0)