Skip to content

Commit c007c8e

Browse files
committed
Rename current recipe to be a base image
Ref #85
1 parent 312f5cb commit c007c8e

2 files changed

Lines changed: 5 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,19 @@ concurrency:
2020
cancel-in-progress: true
2121
jobs:
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 }}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
base-image: ghcr.io/ublue-os/silverblue-main
77
image-version: 42

0 commit comments

Comments
 (0)