Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Revert "chore(recipe): update image version to 40 (BETA)" #152

Revert "chore(recipe): update image version to 40 (BETA)"

Revert "chore(recipe): update image version to 40 (BETA)" #152

Workflow file for this run

name: bluebuild
on:
schedule:
- cron: "00 16 * * *" # 16:00 UTC everyday (30 min delay after 'ublue-os/nvidia' builds)
push:
paths-ignore:
- "**.md"
pull_request:
workflow_dispatch:
jobs:
bluebuild:
name: Build Custom Image
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false
matrix:
recipe:
- recipe.yml
steps:
- name: Build Custom Image
uses: blue-build/github-action@v1.3.0
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}