File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 68
68
# https://github.com/jupyterhub/configurable-http-proxy/settings/secrets/actions
69
69
if : startsWith(github.ref, 'refs/tags/')
70
70
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
72
72
73
73
# https://github.com/jupyterhub/action-major-minor-tag-calculator
74
74
# If this is a tagged build this will return additional parent tags.
82
82
uses : jupyterhub/action-major-minor-tag-calculator@v2
83
83
with :
84
84
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
87
87
88
88
- name : Display tags
89
89
run : echo "Docker tags ${{ steps.gettags.outputs.tags }}"
You can’t perform that action at this time.
0 commit comments