build-container-images-action/README.md

13 lines
266 B
Markdown
Raw Normal View History

2024-11-08 03:31:44 +00:00
# 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
```