Skip to content

Commit 3a6fa0c

Browse files
authored
Merge pull request #187 from VectorInstitute/dependabot/github_actions/docker/login-action-3.7.0
Bump docker/login-action from 3.6.0 to 3.7.0
2 parents e2555a0 + 566215f commit 3a6fa0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
uses: docker/setup-buildx-action@v3
6262

6363
- name: Log in to Docker Hub
64-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef
64+
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
6565
with:
6666
username: ${{ secrets.DOCKER_USERNAME }}
6767
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)