mattvogel/Build and Push Docker Compose images.
Build and Push Docker images to a registry using a docker compose specification
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| context | The build context for the Docker images | yes | . |
| compose-file | The Dockerfile to use for building the images | yes | Dockerfile |
| push | Whether to push the images to the registry | yes | true |
| tag | The tags to apply to the images | yes | latest |
| registry | The registry to push the images to | yes | docker.pkg.github.com |
| username | The username to use for the registry | no | — |
| password | The password to use for the registry | no | — |
Outputs
| name | description |
|---|---|
| imageids | The image ids of the images that were built |