Skip to content

Actually upload the runtimes now that it works #28

Actually upload the runtimes now that it works

Actually upload the runtimes now that it works #28

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'
debian-amd64:
uses: ./.github/workflows/container.yml
with:
name: 'debian-amd64'
debian-arm64:
uses: ./.github/workflows/container.yml
with:
name: 'debian-arm64'