Skip to content

Latest Images

Latest Images #3

name: Latest Images
on:
merge_group:
pull_request:
branches:
- main
paths-ignore:
- "**.md"
schedule:
- cron: "50 5 * * 1,2,3,4,5,6" # 5:50 UTC All But Sunday (1 hour after bluefin)
- cron: "50 5 * * 0" # 5:50 UTC Sunday (1 hour after bluefin)
workflow_call:
workflow_dispatch:
jobs:
build-image-latest:

Check failure on line 16 in .github/workflows/bluefin-latest.yml

View workflow run for this annotation

GitHub Actions / Latest Images

Invalid workflow file

The workflow is not valid. .github/workflows/bluefin-latest.yml (Line: 16, Col: 3): Error calling workflow 'detiber/beardy-os/.github/workflows/bluefin-reusable-build.yml@3a85f7935552ca70043700092c08b83da8e479fe'. The nested job 'build_container' is requesting 'packages: write, id-token: write', but is only allowed 'packages: read, id-token: none'.
name: Build Latest Images
uses: ./.github/workflows/bluefin-reusable-build.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
brand_name: ["beardy-bluefin"]
with:
image_flavors: '["main"]'
brand_name: ${{ matrix.brand_name }}
stream_name: latest