Skip to content

Commit 795d4dc

Browse files
authored
Merge pull request #225 from VectorInstitute/dependabot/github_actions/docker/login-action-4.1.0
Bump docker/login-action from 3.7.0 to 4.1.0
2 parents 8f6e5b3 + ec8df79 commit 795d4dc

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@v4
6262

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

0 commit comments

Comments
 (0)