Skip to content

Commit

Permalink
Merge pull request #508 from yuvipanda/quay.io
Browse files Browse the repository at this point in the history
Move from DockerHub to quay.io
  • Loading branch information
yuvipanda authored Oct 20, 2023
2 parents 9a7ebb6 + 054cf47 commit 4e448d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
# https://github.com/jupyterhub/configurable-http-proxy/settings/secrets/actions
if: startsWith(github.ref, 'refs/tags/')
run: |
docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" quay.io
# https://github.com/jupyterhub/action-major-minor-tag-calculator
# If this is a tagged build this will return additional parent tags.
Expand All @@ -82,8 +82,8 @@ jobs:
uses: jupyterhub/action-major-minor-tag-calculator@v2
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}
prefix: "jupyterhub/configurable-http-proxy:"
defaultTag: jupyterhub/configurable-http-proxy:noref
prefix: "quay.io/jupyterhub/configurable-http-proxy:"
defaultTag: quay.io/jupyterhub/configurable-http-proxy:noref

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

0 comments on commit 4e448d9

Please sign in to comment.