We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410362c commit cdad4ebCopy full SHA for cdad4eb
.github/workflows/publish.yml
@@ -50,7 +50,7 @@ jobs:
50
# https://github.com/jupyterhub/configurable-http-proxy/settings/secrets/actions
51
if: startsWith(github.ref, 'refs/tags/')
52
run: |
53
- docker login -u "${{ secrets.DOCKER_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
+ docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
54
55
# https://github.com/jupyterhub/action-major-minor-tag-calculator
56
# If this is a tagged build this will return additional parent tags.
0 commit comments