File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ jobs:
152
152
with :
153
153
existingTags : ${{ needs.tag.outputs.existing-tags }}
154
154
newTag : ${{ needs.tag.outputs.new-tag }}
155
+ prereleaseHasBuild : " true"
155
156
prefix : >-
156
157
${{ env.REGISTRY }}${{ env.IMAGE }}:
157
158
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.IMAGE) || '' }}
@@ -182,6 +183,7 @@ jobs:
182
183
with :
183
184
existingTags : ${{ needs.tag.outputs.existing-tags }}
184
185
newTag : ${{ needs.tag.outputs.new-tag }}
186
+ prereleaseHasBuild : " true"
185
187
prefix : >-
186
188
${{ env.REGISTRY }}${{ env.IMAGE }}-demo:
187
189
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}-demo:', env.IMAGE) || '' }}
@@ -206,6 +208,7 @@ jobs:
206
208
with :
207
209
existingTags : ${{ needs.tag.outputs.existing-tags }}
208
210
newTag : ${{ needs.tag.outputs.new-tag }}
211
+ prereleaseHasBuild : " true"
209
212
prefix : >-
210
213
${{ env.REGISTRY }}${{ env.SINGLEUSER }}:
211
214
${{ (env.PUBLIC == 'true' && env.PUBLISH_DOCKERIO == 'true') && format('{0}:', env.SINGLEUSER) || '' }}
You can’t perform that action at this time.
0 commit comments