Skip to content

stable aurorafin (git) #67

stable aurorafin (git)

stable aurorafin (git) #67

name: stable aurorafin (git)
on:
schedule:
- cron: "00 07 * * 2" # 07:00 UTC every Tuesday
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--stable-git.yml
- images/aurora/aurora--stable-git.yml
- images/bluefin/bluefin-dx--stable-git.yml
- images/bluefin/bluefin--stable-git.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 }}
cli_version: v0.8.17