File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ jobs:
338
338
needs : [x86_64-pyspark]
339
339
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
340
340
341
- images- tag-push :
341
+ tag-push :
342
342
uses : ./.github/workflows/docker-tag-push.yml
343
343
with :
344
344
image : ${{ matrix.image }}
@@ -401,7 +401,7 @@ jobs:
401
401
]
402
402
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
403
403
404
- images- tag-push-fast :
404
+ tag-push-fast :
405
405
uses : ./.github/workflows/docker-tag-push.yml
406
406
with :
407
407
image : ${{ matrix.image }}
@@ -418,14 +418,14 @@ jobs:
418
418
419
419
wiki-update :
420
420
uses : ./.github/workflows/docker-wiki-update.yml
421
- needs : [images- tag-push]
421
+ needs : [tag-push]
422
422
if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
423
423
permissions :
424
424
contents : write
425
425
426
426
wiki-update-fast :
427
427
uses : ./.github/workflows/docker-wiki-update.yml
428
- needs : [images- tag-push-fast]
428
+ needs : [tag-push-fast]
429
429
if : contains(github.event.pull_request.title, '[FAST_BUILD]')
430
430
431
431
contributed-recipes :
You can’t perform that action at this time.
0 commit comments