Skip to content

Commit 2714474

Browse files
authored
Merge pull request #11694 from doxygen/dependabot/github_actions/docker/login-action-3.5.0
Bump docker/login-action from 3.4.0 to 3.5.0
2 parents da7eb85 + f2fff5a commit 2714474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Log in to the Container registry
23-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
23+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
2424
with:
2525
registry: ${{ env.REGISTRY }}
2626
username: ${{ github.actor }}

0 commit comments

Comments
 (0)