Skip to content

[pull] main from ublue-os:main #90

[pull] main from ublue-os:main

[pull] main from ublue-os:main #90

name: Beta Images
on:
merge_group:
pull_request:
branches:
- main
- testing
paths-ignore:
- "**.md"
schedule:
- cron: "40 4 * * 1,2,3,4,5,6" # 4:40 UTC All But Sunday
- cron: "40 4 * * 0" # 4:40 UTC Sunday
workflow_call:
workflow_dispatch:
jobs:
build-image-beta:
name: Build Beta Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: ["bluefin"]
with:
brand_name: ${{ matrix.brand_name }}
stream_name: beta
generate-release:
name: Generate Release
needs: [build-image-beta]
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
stream_name: '["beta"]'