Skip to content

cache tag moment

cache tag moment #10

Workflow file for this run

name: Build bootc images
permissions:
contents: read
packages: write
id-token: write
on:
schedule:
- cron: "0 4 * * *" # every day at 4am UTC
workflow_dispatch:
push:
jobs:
build:
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false
matrix:
variant:
- name: nothing
image: ghcr.io/ultramarine-linux/shade/nothing
# - name: cinnamon
# image: ghcr.io/ultramarine-linux/shade/cinnamon:${{ github.ref_name || 'main' }}
# - name: sway
# image: ghcr.io/ultramarine-linux/shade/sway:${{ github.ref_name || 'main' }}
uses: ./.github/workflows/reusable-build-variant.yaml

Check failure on line 28 in .github/workflows/bootc.yaml

View workflow run for this annotation

GitHub Actions / Build bootc images

Invalid workflow file

The workflow is not valid. .github/workflows/bootc.yaml (Line: 28, Col: 11): Input cache_tag is required, but not provided while calling.
with:
variant_name: ${{ matrix.variant.name }}
variant_image: ${{ matrix.variant.image }}
secrets: inherit