Skip to content

Merge pull request #1248 from ublue-os/main #2294

Merge pull request #1248 from ublue-os/main

Merge pull request #1248 from ublue-os/main #2294

Workflow file for this run

name: Build Bluefin LTS GDX
permissions:
contents: read
packages: write
id-token: write
attestations: write
on:
pull_request:
branches:
- main
push:
branches:
- main
- lts
merge_group:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/reusable-build-image.yml
secrets: inherit
with:
image-name: bluefin-gdx
flavor: gdx
rechunk: ${{ github.event_name != 'pull_request' }}
publish: ${{ (github.event_name == 'workflow_dispatch' && (github.ref == 'refs/heads/lts' || github.ref == 'refs/heads/main')) || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}