Skip to content

Commit

Permalink
Properly define needs
Browse files Browse the repository at this point in the history
  • Loading branch information
heerener committed Oct 7, 2024
1 parent d646bd0 commit 84ae1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spacktainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- codebuild-spacktainers-${{ github.run_id }}-${{ github.run_attempt }}
- image:${{ needs.get-builder-image.outputs.builder }}
- instance-size:small
needs: base-container-job
needs: [base-container-job, get-builder-image]
steps:
- name: configure-build-cache
env:
Expand Down

0 comments on commit 84ae1ff

Please sign in to comment.