Skip to content

Refresh Fedora container images #320

Refresh Fedora container images

Refresh Fedora container images #320

# ======================================
# WARNING!
# THIS FILE IS GENERATED FROM A TEMPLATE
# DO NOT EDIT THIS FILE MANUALLY!
# ======================================
# The template is located in: container-autoupdate-fedora.yml.j2
name: Refresh Fedora 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:
master:
# 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: master
branch: master
fedora-38:
uses: ./.github/workflows/container-rebuild-action.yml
secrets: inherit
with:
container-tag: fedora-38
branch: fedora-38