Skip to content

Switch to a reusable workflow #147

Switch to a reusable workflow

Switch to a reusable workflow #147

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:

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

View workflow run for this annotation

GitHub Actions / build-custom-silverblue

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 10, Col: 3): Error calling workflow 'samhclark/custom-silverblue/.github/workflows/reusable-build.yaml@dba41249e528604100b51487f94e68d29e16443f'. The nested job 'build-custom-silverblue' is requesting 'attestations: write, packages: write, id-token: write', but is only allowed 'attestations: none, packages: read, id-token: none'.
uses: ./.github/workflows/reusable-build.yaml
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 }}