Skip to content

Commit f73ceb4

Browse files
committed
add prereleaseHasBuild: "true"
1 parent 558b445 commit f73ceb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ jobs:
152152
with:
153153
existingTags: ${{ needs.tag.outputs.existing-tags }}
154154
newTag: ${{ needs.tag.outputs.new-tag }}
155+
prereleaseHasBuild: "true"
155156
prefix: >-
156157
${{ env.REGISTRY }}${{ env.IMAGE }}:
157158
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.IMAGE) || '' }}
@@ -182,6 +183,7 @@ jobs:
182183
with:
183184
existingTags: ${{ needs.tag.outputs.existing-tags }}
184185
newTag: ${{ needs.tag.outputs.new-tag }}
186+
prereleaseHasBuild: "true"
185187
prefix: >-
186188
${{ env.REGISTRY }}${{ env.IMAGE }}-demo:
187189
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}-demo:', env.IMAGE) || '' }}
@@ -206,6 +208,7 @@ jobs:
206208
with:
207209
existingTags: ${{ needs.tag.outputs.existing-tags }}
208210
newTag: ${{ needs.tag.outputs.new-tag }}
211+
prereleaseHasBuild: "true"
209212
prefix: >-
210213
${{ env.REGISTRY }}${{ env.SINGLEUSER }}:
211214
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.SINGLEUSER) || '' }}

0 commit comments

Comments
 (0)