Skip to content

fix: refactor workflow to support multiple images #3

fix: refactor workflow to support multiple images

fix: refactor workflow to support multiple images #3

Workflow file for this run

name: Build Bluefin LTS HWE 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:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/reusable-build-image.yml
with:
image-name: bluefin-hwe-dx
flavor: hwe-dx