Skip to content

Commit 3ed5dfd

Browse files
committed
Add dependencies on jobs
1 parent dd7c85a commit 3ed5dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-images.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
${{ inputs.latest && 'ghcr.io/tweedegolf/node:latest' || '' }}
3030
${{ inputs.lts && 'ghcr.io/tweedegolf/node:lts' || '' }}
3131
extended:
32+
needs: [base]
3233
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
3334
with:
3435
file: Dockerfile-extended
@@ -43,6 +44,7 @@ jobs:
4344
${{ inputs.lts && 'ghcr.io/tweedegolf/node:lts-extended' || '' }}
4445
4546
full:
47+
needs: [extended]
4648
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
4749
with:
4850
file: Dockerfile-full

0 commit comments

Comments
 (0)