Skip to content

feat(homefiles-apply): add prompt mode #267

feat(homefiles-apply): add prompt mode

feat(homefiles-apply): add prompt mode #267

name: gts aurorafin
on:
schedule:
- cron: "00 06 * * *" # 06:00 UTC daily
push:
paths-ignore:
- '/toolboxes/**'
- "**.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:
- images/aurora/aurora-dx--gts.yml
- images/aurora/aurora--gts.yml
- images/bluefin/bluefin-dx--gts.yml
- images/bluefin/bluefin--gts.yml
steps:
- name: Build Custom Image
uses: blue-build/[email protected]
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}