Skip to content

Commit cdad4eb

Browse files
committed
ci: fix typo in environment variable
1 parent 410362c commit cdad4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# https://github.com/jupyterhub/configurable-http-proxy/settings/secrets/actions
5151
if: startsWith(github.ref, 'refs/tags/')
5252
run: |
53-
docker login -u "${{ secrets.DOCKER_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
53+
docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
5454
5555
# https://github.com/jupyterhub/action-major-minor-tag-calculator
5656
# If this is a tagged build this will return additional parent tags.

0 commit comments

Comments
 (0)