66
66
67
67
- name : Get build-number by looking at existing tags
68
68
id : quayio
69
- uses : manics/action-get-quayio-tags@main
69
+ uses : manics/action-get-quayio-tags@v0.1.0
70
70
with :
71
71
repository : ${{ env.IMAGE }}
72
72
version : ${{ steps.version.outputs.VERSION }}
@@ -144,7 +144,7 @@ jobs:
144
144
# this is a backported tag in which case the newer tags aren't updated.
145
145
- name : Calculate tags
146
146
id : jupyterhubtags
147
- uses : manics /action-major-minor-tag-calculator@allow-external-tag
147
+ uses : jupyterhub /action-major-minor-tag-calculator@v3
148
148
with :
149
149
tagList : ${{ needs.tag.outputs.existing-tags }}
150
150
currentTag : ${{ needs.tag.outputs.new-tag }}
@@ -174,7 +174,7 @@ jobs:
174
174
#
175
175
- name : Get list of jupyterhub-onbuild tags
176
176
id : onbuildtags
177
- uses : manics /action-major-minor-tag-calculator@allow-external-tag
177
+ uses : jupyterhub /action-major-minor-tag-calculator@v3
178
178
with :
179
179
tagList : ${{ needs.tag.outputs.existing-tags }}
180
180
currentTag : ${{ needs.tag.outputs.new-tag }}
@@ -198,7 +198,7 @@ jobs:
198
198
#
199
199
- name : Get list of jupyterhub-demo tags
200
200
id : demotags
201
- uses : manics /action-major-minor-tag-calculator@allow-external-tag
201
+ uses : jupyterhub /action-major-minor-tag-calculator@v3
202
202
with :
203
203
tagList : ${{ needs.tag.outputs.existing-tags }}
204
204
currentTag : ${{ needs.tag.outputs.new-tag }}
@@ -222,7 +222,7 @@ jobs:
222
222
#
223
223
- name : Get list of jupyterhub/singleuser tags
224
224
id : singleusertags
225
- uses : manics /action-major-minor-tag-calculator@allow-external-tag
225
+ uses : jupyterhub /action-major-minor-tag-calculator@v3
226
226
with :
227
227
tagList : ${{ needs.tag.outputs.existing-tags }}
228
228
currentTag : ${{ needs.tag.outputs.new-tag }}
0 commit comments