Skip to content

Build CI containers

Build CI containers #2

Workflow file for this run

---
name: CI containers
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'ci/**/*'
jobs:
arch:

Check failure on line 12 in .github/workflows/containers.yml

View workflow run for this annotation

GitHub Actions / CI containers

Invalid workflow file

The workflow is not valid. .github/workflows/containers.yml (Line: 12, Col: 3): Error calling workflow 'inko-lang/inko/.github/workflows/container.yml@33b30732cded16e6a3c93b78b3e7d20656cc21c7'. The nested job 'container' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/container.yml
with:
name: 'arch'
debian:
uses: ./.github/workflows/container.yml
with:
name: 'debian'
fedora:
uses: ./.github/workflows/container.yml
with:
name: 'fedora'
ubuntu:
uses: ./.github/workflows/container.yml
with:
name: 'ubuntu'