Skip to content

wip: Try out a reusable workflow #145

wip: Try out a reusable workflow

wip: Try out a reusable workflow #145

Workflow file for this run

name: build-custom-silverblue
on:
pull_request:
merge_group:
schedule:
- cron: '5 3 * * *' # 3am-ish UTC everyday (timed against official fedora container pushes)
workflow_dispatch:
jobs:
build-custom-silverblue:
uses: ./resusable-build.yaml

Check failure on line 11 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yaml

Invalid workflow file

invalid value workflow reference: no version specified
with:
containerfile_path: ./Containerfile
registry: ghcr.io
namespace: samhclark
image_name: custom-silverblue
tags: |
${{ github.sha }}
40
secrets:
cosign_password: ${{ secrets.COSIGN_PASSWORD }}
cosign_private_key: ${{ secrets.COSIGN_PRIVATE_KEY }}