fix: refactor workflow to support multiple images #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Bluefin LTS DX | |
on: | |
pull_request: | |
branches: | |
- main | |
schedule: | |
- cron: "0 1 * * TUE" # Every Tuesday at 1am UTC | |
merge_group: | |
push: | |
branches: | |
- main | |
paths-ignore: | |
- "**/README.md" | |
workflow_dispatch: | |
jobs: | |
build: | |
uses: ./.github/workflows/reusable-build-image.yml | |
with: | |
image-name: bluefin-hwe-dx | |
image-desc: "Bluefin LTS, built on CentOS Stream with bootc" | |
flavor: hwe-dx |