Skip to content
This repository was archived by the owner on Jun 17, 2026. It is now read-only.

chore(deps): update dataaxiom/ghcr-cleanup-action action to v1.2.2 (stable-f44) #46

chore(deps): update dataaxiom/ghcr-cleanup-action action to v1.2.2 (stable-f44)

chore(deps): update dataaxiom/ghcr-cleanup-action action to v1.2.2 (stable-f44) #46

name: Latest Images
on:
push:
branches:
- stable-f44
merge_group:
branches:
- stable-f44
pull_request:
branches:
- stable-f44
paths-ignore:
- "**.md"
- ".github/workflows/moderator.yml"
- ".github/workflows/scorecard.yml"
workflow_call:
workflow_dispatch:
inputs:
previous_build:
description: 'Set to 0 to manually clear rechunking plan'
type: choice
default: '1'
options:
- '0'
- '1'
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: ["aurora"]
with:
image_flavors: '["main", "nvidia-open"]'
brand_name: ${{ matrix.brand_name }}
stream_name: latest
#kernel_pin: 6.12.15-200.fc41.x86_64
previous_build: ${{ inputs.previous_build }}
generate-release:
name: Generate Release
needs: [build-image-latest]
permissions:
contents: write
secrets: inherit
uses: ./.github/workflows/generate-release.yml
with:
stream_name: '["latest"]'