Skip to content

Hopefully fix building the CI images #37

Hopefully fix building the CI images

Hopefully fix building the CI images #37

Workflow file for this run

---
name: Build CI containers
on:
workflow_dispatch:
push:
branches:
- main
paths:
- '.github/workflows/container.yml'
- '.github/workflows/containers.yml'
- 'ci/docker/*/*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
permissions:
contents: read
packages: write
jobs:
fedora:
uses: ./.github/workflows/container.yml
with:
name: fedora
alpine:
uses: ./.github/workflows/container.yml
with:
name: alpine
debian:
uses: ./.github/workflows/container.yml
with:
name: debian