imatic/Imatic Build
Builds images using docker compose.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| docker_compose_file | The path to docker-compose file. | yes | ./docker-compose.yml |
| build | Build images | no | true |
| push | Push images | no | true |
| registry | The name of the docker registry to push to. | yes | ghcr.io |
| service | The name of the service to build. | no | "" |
Outputs
| name | description |
|---|---|
| project-image | The name of the image. |
| project-version | The version of the image. |