ianbelcher/Monorepo container build action
An action to build and push a docker container via a command
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| container_name | The name of the container that this action is building | yes | — |
| command_to_run | The command to run to build the container | yes | — |
| docker_registry | The registry to use. This is likely in the form my-registry.domain.com:4000 or similar | no | "" |
| docker_registry_username | The username of the registry user | yes | — |
| docker_registry_password | The password of the registry user | yes | — |
Outputs
| name | description |
|---|---|
| IMAGE_SHA | The SHA of the pushed image |
| IMAGE_URL | The full URL of the pushed image |