Skip to content

Commit

Permalink
Merge pull request #2990 from jupyterhub/dependabot/github_actions/az…
Browse files Browse the repository at this point in the history
…ure/docker-login-2

Bump azure/docker-login from 1 to 2
  • Loading branch information
manics authored Jun 4, 2024
2 parents ac9a4a2 + 276451e commit bfab951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

# Action Repo: https://github.com/Azure/docker-login
- name: "Stage 2: Login to Docker"
uses: azure/docker-login@v1
uses: azure/docker-login@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit bfab951

Please sign in to comment.