Skip to content

Commit f5d8297

Browse files
Merge pull request #718 from willtheorangeguy/dependabot/github_actions/docker/login-action-3.6.0
build(deps): bump docker/login-action from 3.4.0 to 3.6.0
2 parents cb2a31e + dcaeb15 commit f5d8297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v5
2727

2828
- name: Log in to the Container registry
29-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
29+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
3030
with:
3131
registry: ${{ env.REGISTRY }}
3232
username: ${{ github.actor }}

0 commit comments

Comments
 (0)