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:
338338 needs : [x86_64-pyspark]
339339 if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
340340
341- images- tag-push :
341+ tag-push :
342342 uses : ./.github/workflows/docker-tag-push.yml
343343 with :
344344 image : ${{ matrix.image }}
@@ -401,7 +401,7 @@ jobs:
401401 ]
402402 if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
403403
404- images- tag-push-fast :
404+ tag-push-fast :
405405 uses : ./.github/workflows/docker-tag-push.yml
406406 with :
407407 image : ${{ matrix.image }}
@@ -418,14 +418,14 @@ jobs:
418418
419419 wiki-update :
420420 uses : ./.github/workflows/docker-wiki-update.yml
421- needs : [images- tag-push]
421+ needs : [tag-push]
422422 if : ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}
423423 permissions :
424424 contents : write
425425
426426 wiki-update-fast :
427427 uses : ./.github/workflows/docker-wiki-update.yml
428- needs : [images- tag-push-fast]
428+ needs : [tag-push-fast]
429429 if : contains(github.event.pull_request.title, '[FAST_BUILD]')
430430
431431 contributed-recipes :
You can’t perform that action at this time.
0 commit comments