Skip to content

Latest Images

Latest Images #3193

name: Latest Images
on:
merge_group:
pull_request:
branches:
- main
- testing
paths-ignore:
- ".github/workflows/*validate*.yml"
- "**.md"
- "flatpaks/**"
- "system_files/shared/etc/bazaar/**"
workflow_call:
workflow_dispatch:
permissions:
contents: read
packages: write
id-token: write
attestations: write
artifact-metadata: write
jobs:
build-image-latest:
name: Build Latest Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: ["bluefin"]
with:
image_flavors: '["main", "nvidia-open"]'
brand_name: ${{ matrix.brand_name }}
stream_name: latest
generate-release:
name: Generate Release
needs: [build-image-latest]
permissions:
contents: write
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
stream_name: '["latest"]'