aidenharwood/Docker Build/Push
Builds a Docker image and pushes it to a registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| push | Whether to push the image to the registry | yes | true |
| image_name | Name of the Docker image | yes | — |
| registry | Docker registry URL | yes | — |
| username | Registry username | yes | — |
| password | Registry password or token | yes | — |
| dockerfile | Path to the Dockerfile | no | Dockerfile |
| context | Build context | no | . |
Outputs
no outputs