Skip to content

Commit

Permalink
Add dependencies on jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 12, 2024
1 parent dd7c85a commit 3ed5dfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
${{ inputs.latest && 'ghcr.io/tweedegolf/node:latest' || '' }}
${{ inputs.lts && 'ghcr.io/tweedegolf/node:lts' || '' }}
extended:
needs: [base]
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
with:
file: Dockerfile-extended
Expand All @@ -43,6 +44,7 @@ jobs:
${{ inputs.lts && 'ghcr.io/tweedegolf/node:lts-extended' || '' }}
full:
needs: [extended]
uses: "tweedegolf/actions-container-helpers/.github/workflows/container-image.yml@main"
with:
file: Dockerfile-full
Expand Down

0 comments on commit 3ed5dfd

Please sign in to comment.