Skip to content

Commit a338a0e

Browse files
authored
Merge pull request #2183 from Trusted-AI/dependabot/github_actions/docker/login-action-2.2.0
Bump docker/login-action from 2.1.0 to 2.2.0
2 parents e581d3b + 19d4a2c commit a338a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v3
2525

2626
- name: Log in to Docker Hub
27-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
27+
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
2828
with:
2929
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3030
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)