ximion/Debspawn Action
Build deb packages or run CI in pristine Debian/Ubuntu containers.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to run: setup, build, or run. | yes | — |
| name | Image name. If empty, sub-actions default to suite. | no | "" |
| suite | Distribution suite (for example: stable, testing, resolute). | no | stable |
| components | Archive components for setup (for example: main, universe). | no | main |
| packages | Extra packages for setup. | no | — |
| script | Setup script as inline commands or file path. | no | — |
| cache | Enable image cache in setup. | no | true |
| cache-suffix | Cache key suffix in setup. | no | gha |
| source-dir | Build source directory. | no | . |
| debian-dir | Debian packaging directory for build. | no | debian |
| version | Explicit package version for build. | no | — |
| version-slug | Version slug suffix for build. | no | — |
| results-dir | Directory for build artifacts and logs. | no | build-results |
| network | Enable network in build container. | no | false |
| lintian | Run lintian checks on the built package. | no | false |
| summary | Log summary/header for run action. | no | "" |
| commands | Inline commands or script file path for run action. | no | — |
| boot | Boot container before running commands. | no | false |
| allow | Additional allow-list permissions for run action. | no | — |
Outputs
no outputs