We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95f310 commit 054cf47Copy full SHA for 054cf47
.github/workflows/publish.yml
@@ -82,8 +82,8 @@ jobs:
82
uses: jupyterhub/action-major-minor-tag-calculator@v2
83
with:
84
githubToken: ${{ secrets.GITHUB_TOKEN }}
85
- prefix: "jupyterhub/configurable-http-proxy:"
86
- defaultTag: jupyterhub/configurable-http-proxy:noref
+ prefix: "quay.io/jupyterhub/configurable-http-proxy:"
+ defaultTag: quay.io/jupyterhub/configurable-http-proxy:noref
87
88
- name: Display tags
89
run: echo "Docker tags ${{ steps.gettags.outputs.tags }}"
0 commit comments