Skip to content

chore(deps): update ghcr.io/ublue-os/silverblue-main:latest docker digest to 4c589fc #1096

chore(deps): update ghcr.io/ublue-os/silverblue-main:latest docker digest to 4c589fc

chore(deps): update ghcr.io/ublue-os/silverblue-main:latest docker digest to 4c589fc #1096

name: GTS Images
on:
pull_request:
branches:
- main
- testing
paths-ignore:
- "**.md"
- "iso_files/**"
- "bluefin_flatpaks/**"
- "dx_flatpaks/**"
- ".github/workflows/*iso*"
schedule:
- cron: "50 5 * * 0" # 5:50 UTC Weekly on Sundays
workflow_dispatch:
workflow_call:
jobs:
build-image-gts:
name: Build GTS Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: [bluefin]
with:
# kernel_pin: 6.13.8-200.fc41.x86_64 ## This is where kernels get pinned.
brand_name: ${{ matrix.brand_name }}
stream_name: gts
generate_release:
name: Generate Release
needs: [build-image-gts]
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
stream_name: '["gts"]'