We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e92daed commit 2b6fe10Copy full SHA for 2b6fe10
.github/workflows/publish.yml
@@ -79,7 +79,7 @@ jobs:
79
# If GITHUB_TOKEN isn't available (e.g. in PRs) returns no tags [].
80
- name: Get list of tags
81
id: gettags
82
- uses: jupyterhub/action-major-minor-tag-calculator@v2
+ uses: jupyterhub/action-major-minor-tag-calculator@v3
83
with:
84
githubToken: ${{ secrets.GITHUB_TOKEN }}
85
prefix: "quay.io/jupyterhub/configurable-http-proxy:"
0 commit comments