Skip to content

Commit 4e448d9

Browse files
authored
Merge pull request #508 from yuvipanda/quay.io
Move from DockerHub to quay.io
2 parents 9a7ebb6 + 054cf47 commit 4e448d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
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.
@@ -82,8 +82,8 @@ jobs:
8282
uses: jupyterhub/action-major-minor-tag-calculator@v2
8383
with:
8484
githubToken: ${{ secrets.GITHUB_TOKEN }}
85-
prefix: "jupyterhub/configurable-http-proxy:"
86-
defaultTag: jupyterhub/configurable-http-proxy:noref
85+
prefix: "quay.io/jupyterhub/configurable-http-proxy:"
86+
defaultTag: quay.io/jupyterhub/configurable-http-proxy:noref
8787

8888
- name: Display tags
8989
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"

0 commit comments

Comments
 (0)