File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,27 +20,19 @@ concurrency:
2020 cancel-in-progress : true
2121jobs :
2222 bluebuild :
23- name : Build Custom Image
23+ name : Build Aviary Images
2424 runs-on : ubuntu-latest
2525
2626 permissions :
2727 contents : read
2828 packages : write
2929 id-token : write
3030
31- strategy :
32- fail-fast : false # stop GH from cancelling all matrix builds if one fails
33- matrix :
34- recipe :
35- # !! Add your recipes here
36- - recipe.yml
37-
3831 steps :
39- # the build is fully handled by the reusable github action
40- - name : Build Custom Image
32+ - name : Build Aviary Base Image
4133 uses : blue-build/github-action@v1.9
4234 with :
43- recipe : ${{ matrix. recipe }}
35+ recipe : base- recipe.yml
4436 cosign_private_key : ${{ secrets.SIGNING_SECRET }}
4537 registry_token : ${{ github.token }}
4638 pr_event_number : ${{ github.event.number }}
Original file line number Diff line number Diff line change 11---
22# yaml-language-server: $schema=https://schema.blue-build.org/recipe-v1.json
3- name : av -linux
4- description : SeaGL Aviary Linux
3+ name : aviary -linux-base
4+ description : SeaGL Aviary Linux (base software image)
55
66base-image : ghcr.io/ublue-os/silverblue-main
77image-version : 42
You can’t perform that action at this time.
0 commit comments