Skip to content

Enable scheduled nightly container rebuilds #4

Enable scheduled nightly container rebuilds

Enable scheduled nightly container rebuilds #4

Workflow file for this run

name: Build image 'fedora-ci'
on:
push:
branches:
- main
jobs:
build-image:
uses: ./.github/workflows/build-image.yml
with:
image_name: "fedora-ci"
tags: unstable
publish: ${{ github.ref == 'refs/heads/main' }}
branch: main