apeworx/Silverback Build Action
A GitHub Action to build docker images for a silverback repository and push to a container registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| generate | Whether to generate Dockerfile(s) first | no | true |
| tag | Tag of the silverback docker images. | no | latest |
| sdk | Version of Silverback to use for base image when building. | no | stable |
| push | Push the image to the configured registry. | no | false |
| registry | The registry location you want to push to. | no | ghcr.io |
| username | Add your username for your registry. | no | — |
| password | Add your password for your registry. | no | — |
Outputs
| name | description |
|---|---|
| built_images | List of Docker images that were built and pushed. |