Skip to content

Commit 49c1cce

Browse files
build(deps): bump docker/login-action from 4.5.0 to 4.5.1 (#12166)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David S. Batista <dsbatista@gmail.com>
1 parent 517ab25 commit 49c1cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
4040

4141
- name: Login to DockerHub
42-
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
42+
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
4343
with:
4444
username: ${{ secrets.DOCKER_HUB_USER }}
4545
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)