Skip to content

Commit d1e6d3b

Browse files
committed
Shorten images-tag-push->tag-push
1 parent be641d6 commit d1e6d3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)