Skip to content

Commit a20c78f

Browse files
authored
Merge pull request #2445 from Trusted-AI/dependabot/github_actions/docker/login-action-3.2.0
Bump docker/login-action from 3.1.0 to 3.2.0
2 parents 1cbb8f4 + b0b2696 commit a20c78f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This workflow uses actions that are not certified by GitHub.
22
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
3+
# separate terms of service, privacy policy, and support documentation.
54

65
# GitHub recommends pinning actions to a commit SHA.
76
# To get a newer version, you will need to update the SHA.
@@ -24,7 +23,7 @@ jobs:
2423
uses: actions/checkout@v4
2524

2625
- name: Log in to Docker Hub
27-
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20
26+
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
2827
with:
2928
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3029
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)