Skip to content

Commit c95f310

Browse files
committed
Move from DockerHub to quay.io
Companion PR to jupyterhub/zero-to-jupyterhub-k8s#3254. See that PR for more information.
1 parent 9a7ebb6 commit c95f310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# https://github.com/jupyterhub/configurable-http-proxy/settings/secrets/actions
6969
if: startsWith(github.ref, 'refs/tags/')
7070
run: |
71-
docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
71+
docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" quay.io
7272
7373
# https://github.com/jupyterhub/action-major-minor-tag-calculator
7474
# If this is a tagged build this will return additional parent tags.

0 commit comments

Comments
 (0)