1 Commits

Author SHA1 Message Date
Gerald Pinder
ff24fd989e fix: Set template to default to latest to prevent outdated issues 2026-08-04 17:18:49 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ jobs:
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/github-action@v1.12
uses: blue-build/github-action@v1.11
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}

View File

@@ -7,7 +7,7 @@ description: This is my personal OS image.
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
image-version: 42 # latest is also supported if you want new updates ASAP
image-version: latest # You can pin to a specific version of Fedora as well
# module configuration, executed in order
# you can include multiple instances of the same module