Skip to content

Commit 4bfc0b6

Browse files
committed
Use jupyterhub/action-major-minor-tag-calculator@v3 manics/[email protected]
1 parent c3ccaf2 commit 4bfc0b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Get build-number by looking at existing tags
6868
id: quayio
69-
uses: manics/action-get-quayio-tags@main
69+
uses: manics/action-get-quayio-tags@v0.1.0
7070
with:
7171
repository: ${{ env.IMAGE }}
7272
version: ${{ steps.version.outputs.VERSION }}
@@ -144,7 +144,7 @@ jobs:
144144
# this is a backported tag in which case the newer tags aren't updated.
145145
- name: Calculate tags
146146
id: jupyterhubtags
147-
uses: manics/action-major-minor-tag-calculator@allow-external-tag
147+
uses: jupyterhub/action-major-minor-tag-calculator@v3
148148
with:
149149
tagList: ${{ needs.tag.outputs.existing-tags }}
150150
currentTag: ${{ needs.tag.outputs.new-tag }}
@@ -174,7 +174,7 @@ jobs:
174174
#
175175
- name: Get list of jupyterhub-onbuild tags
176176
id: onbuildtags
177-
uses: manics/action-major-minor-tag-calculator@allow-external-tag
177+
uses: jupyterhub/action-major-minor-tag-calculator@v3
178178
with:
179179
tagList: ${{ needs.tag.outputs.existing-tags }}
180180
currentTag: ${{ needs.tag.outputs.new-tag }}
@@ -198,7 +198,7 @@ jobs:
198198
#
199199
- name: Get list of jupyterhub-demo tags
200200
id: demotags
201-
uses: manics/action-major-minor-tag-calculator@allow-external-tag
201+
uses: jupyterhub/action-major-minor-tag-calculator@v3
202202
with:
203203
tagList: ${{ needs.tag.outputs.existing-tags }}
204204
currentTag: ${{ needs.tag.outputs.new-tag }}
@@ -222,7 +222,7 @@ jobs:
222222
#
223223
- name: Get list of jupyterhub/singleuser tags
224224
id: singleusertags
225-
uses: manics/action-major-minor-tag-calculator@allow-external-tag
225+
uses: jupyterhub/action-major-minor-tag-calculator@v3
226226
with:
227227
tagList: ${{ needs.tag.outputs.existing-tags }}
228228
currentTag: ${{ needs.tag.outputs.new-tag }}

0 commit comments

Comments
 (0)