Skip to content

chore(deps): bump dataaxiom/ghcr-cleanup-action from 1.0.15 to 1.0.16… #130

chore(deps): bump dataaxiom/ghcr-cleanup-action from 1.0.15 to 1.0.16…

chore(deps): bump dataaxiom/ghcr-cleanup-action from 1.0.15 to 1.0.16… #130

Workflow file for this run

---
name: bOS Build Desktop
on:
schedule:
- cron: "41 6 * * 0" # 6:41 UTC Sunday
- cron: "41 6 * * 1,2,3,4,5,6" # 6:41 UTC Monday-Saturday
push:
branches:
- main
paths-ignore:
- "**.md"
pull_request:
branches:
- main
paths-ignore:
- "**.md"
workflow_call:
workflow_dispatch:
permissions:
contents: write
packages: write
id-token: write
jobs:
build-image:
name: Build Images
uses: ./.github/workflows/build-image.yml
secrets: inherit
strategy:
fail-fast: false
matrix:
image_flavor: ["Desktop"]
#image_flavor: ["Desktop", "Bazzite"]
with:
image_flavor: ${{ matrix.image_flavor }}