We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7ebb6 commit c95f310Copy full SHA for c95f310
.github/workflows/publish.yml
@@ -68,7 +68,7 @@ jobs:
68
# https://github.com/jupyterhub/configurable-http-proxy/settings/secrets/actions
69
if: startsWith(github.ref, 'refs/tags/')
70
run: |
71
- docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
+ docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" quay.io
72
73
# https://github.com/jupyterhub/action-major-minor-tag-calculator
74
# If this is a tagged build this will return additional parent tags.
0 commit comments