File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 69
69
if : startsWith(github.ref, 'refs/tags/')
70
70
run : |
71
71
docker login -u "${{ secrets.QUAY_USERNAME }}" -p "${{ secrets.QUAY_PASSWORD }}" quay.io
72
+ docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}" docker.io
72
73
73
74
# https://github.com/jupyterhub/action-major-minor-tag-calculator
74
75
# If this is a tagged build this will return additional parent tags.
82
83
uses : jupyterhub/action-major-minor-tag-calculator@v3
83
84
with :
84
85
githubToken : ${{ secrets.GITHUB_TOKEN }}
85
- prefix : " quay.io/jupyterhub/configurable-http-proxy:"
86
+ prefix : >-
87
+ quay.io/jupyterhub/configurable-http-proxy:
88
+ jupyterhub/configurable-http-proxy:
86
89
defaultTag : quay.io/jupyterhub/configurable-http-proxy:noref
87
90
88
91
- name : Display tags
You can’t perform that action at this time.
0 commit comments