try workflow with local runner
Some checks failed
bluebuild / Build Custom Image (push) Failing after 1m47s
Some checks failed
bluebuild / Build Custom Image (push) Failing after 1m47s
This commit is contained in:
22
.gitea/workflows/bluebuild.yml
Normal file
22
.gitea/workflows/bluebuild.yml
Normal 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 }}
|
||||||
Reference in New Issue
Block a user