Skip to content

fix: Make workflows reusable so they can be called #13

fix: Make workflows reusable so they can be called

fix: Make workflows reusable so they can be called #13

name: Fedora packager image
on:
push:
branches: [main]
paths:
- .github/workflows/fedora-packager.yml
- images/fedora-packager/**
workflow_dispatch:
workflow_call:
jobs:
build:
name: Build Fedora packager image
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
with:
image-name: fedora-packager
image-tag: "40"
containerfile-path: images/fedora-packager
context-path: images/fedora-packager