Merge pull request #1554 from jupyter/dependabot/github_actions/docker/login-action-1.12.0

Bump docker/login-action from 1.10.0 to 1.12.0
This commit is contained in:
Erik Sundell
2021-12-21 14:18:33 +01:00
committed by GitHub

View File

@@ -113,7 +113,7 @@ jobs:
- name: Login to Docker Hub
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.event_name == 'schedule'
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # dependabot updates to latest release
uses: docker/login-action@42d299face0c5c43a0487c477f595ac9cf22f1a7 # dependabot updates to latest release
with:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}