Merge pull request #1640 from jupyter/dependabot/github_actions/docker/login-action-1.14.0

Bump docker/login-action from 1.13.0 to 1.14.0
This commit is contained in:
Ayaz Salikhov
2022-02-28 20:16:16 +00:00
committed by GitHub

View File

@@ -109,7 +109,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@6af3c118c8376c675363897acf1757f7a9be6583 # dependabot updates to latest release
uses: docker/login-action@bb984efc561711aaa26e433c32c3521176eae55b # dependabot updates to latest release
with:
username: ${{secrets.DOCKERHUB_USERNAME}}
password: ${{secrets.DOCKERHUB_TOKEN}}