martoc/Build a container with Docker
This action builds a container with Docker 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 |
|---|---|---|---|
| registry | Registry to push the container to (default: docker.io) valid values: docker.io, gcp, aws | no | docker.io |
| region | Region to push the container to valid values: google cloud or aws regions | no | "" |
| repository_name | Repository Name | no | "" |
| aws_account_id | AWS Account ID | no | "" |
| gcp_project_id | Google Cloud Project ID | no | "" |
| platforms | Platforms to build for | no | linux/arm64,linux/amd64 |
| build_args | Build arguments | no | "" |
| mode | Build mode: 'build' (default), 'multi-arch' (native single-arch build with arch-suffixed tag), 'manifest' (create manifest list from arch-suffixed images) | no | build |
Outputs
no outputs