Skip to content

Correct artifact paths for release runtimes #27

Correct artifact paths for release runtimes

Correct artifact paths for release runtimes #27

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/**/*'
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'