Skip to content

build-bazzite-rice

build-bazzite-rice #44

Workflow file for this run

name: build-bazzite-rice
on:
schedule:
- cron: "05 10 * * *"
push:
branches: [main]
paths-ignore:
- "**.md"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-24.04
permissions:
contents: read
packages: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: blue-build/github-action@v1.11
with:
recipe: recipe.yml
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}