Skip to content

Commit

Permalink
Merge pull request #3457 from consideRatio/pr/fix-ci-pipeline
Browse files Browse the repository at this point in the history
ci: fix typo in environment variable
  • Loading branch information
minrk committed May 5, 2021
2 parents 1ee71d5 + 4be8e91 commit 77691ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -114,7 +114,7 @@ jobs:
# https://github.com/jupyterhub/jupyterhub/settings/secrets/actions
if: env.REGISTRY != 'localhost:5000/'
run: |
docker login -u "${{ secrets.DOCKER_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
# https://github.com/jupyterhub/action-major-minor-tag-calculator
# If this is a tagged build this will return additional parent tags.
Expand Down

0 comments on commit 77691ae

Please sign in to comment.