mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-10-11 18:10:52 -04:00
Bootstrapper
This commit is contained in:
parent
1af18e990d
commit
66b573ea5d
34 changed files with 492 additions and 202 deletions
|
@ -57,7 +57,7 @@ jobs:
|
|||
|
||||
call-coreos:
|
||||
needs: build-bootstrapper
|
||||
if: ${{ (github.ref == 'refs/heads/main') && startsWith(needs.build-bootstrapper.outputs.bootstrapper-name, 'bootstrapper-')
|
||||
if: ${{ (github.ref == 'refs/heads/main') && startsWith(needs.build-bootstrapper.outputs.bootstrapper-name, 'bootstrapper-') }}
|
||||
uses: ./.github/workflows/build-coreos.yml
|
||||
with:
|
||||
bootstrapper-name: ${{ needs.build-bootstrapper.outputs.bootstrapper-name }}
|
Loading…
Add table
Add a link
Reference in a new issue