try workflow with local runner
Some checks failed
bluebuild / Build Custom Image (push) Failing after 1m47s

This commit is contained in:
2026-02-12 16:03:42 +01:00
parent 0e3133c1ce
commit ccf125ed91

View File

@@ -0,0 +1,22 @@
name: bluebuild
on:
schedule:
- cron: "00 00 * * *"
push:
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
bluebuild:
name: Build Custom Image
runs-on: ubuntu-latest
steps:
- name: Build Custom Image
uses: blue-build/github-action@v1.11
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
# Some Gitea versions prefer:
# registry_token: ${{ secrets.GITHUB_TOKEN }}