Skip to content

Commit

Permalink
fix(ci): add job dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Dec 3, 2023
1 parent 9e7db30 commit d2239af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bake-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
bake-image:
name: Bake Image ${{ matrix.job.arch }} - ${{ matrix.job.profile }} - ${{ matrix.job.variant }}
runs-on: ubuntu-latest
needs: info
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d2239af

Please sign in to comment.