Skip to content

chore(deps): update actions/checkout action to v7 #3130

chore(deps): update actions/checkout action to v7

chore(deps): update actions/checkout action to v7 #3130

Workflow file for this run

name: Build Bluefin LTS DX
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-dx
flavor: dx
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') }}