@@ -146,8 +146,8 @@ jobs:
146
146
id : jupyterhubtags
147
147
uses : jupyterhub/action-major-minor-tag-calculator@v3
148
148
with :
149
- tagList : ${{ needs.tag.outputs.existing-tags }}
150
- currentTag : ${{ needs.tag.outputs.new-tag }}
149
+ existingTags : ${{ needs.tag.outputs.existing-tags }}
150
+ newTag : ${{ needs.tag.outputs.new-tag }}
151
151
prefix : >-
152
152
${{ env.REGISTRY }}${{ env.IMAGE }}:
153
153
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.IMAGE) || '' }}
@@ -176,8 +176,8 @@ jobs:
176
176
id : onbuildtags
177
177
uses : jupyterhub/action-major-minor-tag-calculator@v3
178
178
with :
179
- tagList : ${{ needs.tag.outputs.existing-tags }}
180
- currentTag : ${{ needs.tag.outputs.new-tag }}
179
+ existingTags : ${{ needs.tag.outputs.existing-tags }}
180
+ newTag : ${{ needs.tag.outputs.new-tag }}
181
181
prefix : >-
182
182
${{ env.REGISTRY }}${{ env.IMAGE }}-onbuild:
183
183
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}-onbuild:', env.IMAGE) || '' }}
@@ -200,8 +200,8 @@ jobs:
200
200
id : demotags
201
201
uses : jupyterhub/action-major-minor-tag-calculator@v3
202
202
with :
203
- tagList : ${{ needs.tag.outputs.existing-tags }}
204
- currentTag : ${{ needs.tag.outputs.new-tag }}
203
+ existingTags : ${{ needs.tag.outputs.existing-tags }}
204
+ newTag : ${{ needs.tag.outputs.new-tag }}
205
205
prefix : >-
206
206
${{ env.REGISTRY }}${{ env.IMAGE }}-demo:
207
207
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}-demo:', env.IMAGE) || '' }}
@@ -224,8 +224,8 @@ jobs:
224
224
id : singleusertags
225
225
uses : jupyterhub/action-major-minor-tag-calculator@v3
226
226
with :
227
- tagList : ${{ needs.tag.outputs.existing-tags }}
228
- currentTag : ${{ needs.tag.outputs.new-tag }}
227
+ existingTags : ${{ needs.tag.outputs.existing-tags }}
228
+ newTag : ${{ needs.tag.outputs.new-tag }}
229
229
prefix : >-
230
230
${{ env.REGISTRY }}${{ env.SINGLEUSER }}:
231
231
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.SINGLEUSER) || '' }}
0 commit comments