Merge pull request #1700 from jupyter/dependabot/github_actions/docker/login-action-2

Bump docker/login-action from 1.14.1 to 2
This commit is contained in:
Erik Sundell
2022-05-09 19:32:21 +02:00
committed by GitHub

View File

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