Skip to content

Refresh Fedora and CentOS Stream container images #740

Refresh Fedora and CentOS Stream container images

Refresh Fedora and CentOS Stream container images #740

# ======================================
# WARNING!
# THIS FILE IS GENERATED FROM A TEMPLATE
# DO NOT EDIT THIS FILE MANUALLY!
# ======================================
# The template is located in: container-autoupdate.yml.j2
name: Refresh Fedora and CentOS Stream container images
on:
schedule:
- cron: 0 0 * * *
# be able to start this action manually from a actions tab when needed
workflow_dispatch:
permissions:
contents: read
jobs:
update-container:
strategy:
fail-fast: false
matrix:
branch: ['master', 'rhel-9', 'rhel-10']
# Don't run scheduled workflows on forks.
if: github.event_name != 'schedule' || github.repository == 'rhinstaller/anaconda'
uses: ./.github/workflows/container-rebuild-action.yml
secrets: inherit
with:
container-tag: ${{ matrix.branch }}
branch: ${{ matrix.branch }}