Skip to content

Commit d53099e

Browse files
[tooling] Bump docker/login-action from 3.7.0 to 4.0.0 (#1381)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4032050 commit d53099e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 0
4848

4949
- name: Log in to Docker Hub
50-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
50+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
5151
with:
5252
registry: docker.io
5353
username: ${{ secrets.DOCKER_USERNAME }}

0 commit comments

Comments
 (0)