Skip to content

Commit 2e7b256

Browse files
authored
Merge pull request #1642 from jupyter/dependabot/github_actions/docker/login-action-1.14.1
Bump docker/login-action from 1.14.0 to 1.14.1
2 parents 2bd5280 + 396e6d7 commit 2e7b256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Login to Docker Hub
117117
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
118-
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # dependabot updates to latest release
118+
uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # dependabot updates to latest release
119119
with:
120120
username: ${{secrets.DOCKERHUB_USERNAME}}
121121
password: ${{secrets.DOCKERHUB_TOKEN}}

0 commit comments

Comments
 (0)