12 lines
266 B
Markdown
12 lines
266 B
Markdown
# Build Container Images Forgejo Action
|
|
|
|
An action that handles building container images from a Spud service definition.
|
|
|
|
## Interface
|
|
|
|
```yml
|
|
inputs:
|
|
service-definition:
|
|
description: Path to the Spud service definition to use.
|
|
default: ./service.yml
|
|
```
|