Skip to content

refactor: Reorganize Build Process #13

refactor: Reorganize Build Process

refactor: Reorganize Build Process #13

name: Stable Images
on:
pull_request:
branches:
- main
- testing
paths-ignore:
- '**.md'
schedule:
- cron: '45 5 * * *' # 5:41 UTC everyday
workflow_dispatch:
workflow_call:
jobs:
build-image-stable:
name: Build Stable Images
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
strategy:
matrix:
base_name: [bluefin, aurora]
with:
base_name: ${{ matrix.base_name }}
fedora_version: stable