Skip to content

chore(deps): update ghcr.io/projectbluefin/common:latest docker digest to 5decea8 #2028

chore(deps): update ghcr.io/projectbluefin/common:latest docker digest to 5decea8

chore(deps): update ghcr.io/projectbluefin/common:latest docker digest to 5decea8 #2028

Workflow file for this run

name: Build Bluefin LTS
permissions:
contents: read
packages: write
id-token: write
on:
pull_request:
branches:
- main
- lts
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
rechunk: ${{ github.event_name != 'pull_request' }}
sbom: ${{ github.event_name != 'pull_request' }}
publish: ${{ github.event_name != 'pull_request' }}