snapserv/Container Builder
Builds container images using Docker in a reliable and efficient way
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| build | Enable/disable the build phase of this action | no | true |
| publish | Enable/disable the publish phase of this action | no | true |
| build_context | Path to build context, relative to repository | no | . |
| build_dockerfile | Path to Dockerfile, relative to repository | no | Dockerfile |
| target_repository | Desired image repository where images built by this action get stored | yes | — |
| target_registry_username | Username for build artifact registry | yes | — |
| target_registry_password | Password for build artifact registry | yes | — |
| cache_repository | Desired cache image repository, defaults to image repository with suffix '-cache' | no | — |
| cache_registry_username | Username for cache registry, defaults to credentials of build artifact registry | no | — |
| cache_registry_password | Password for cache registry, defaults to credentials of build artifact registry | no | — |
| static_tags | Tag target image with this comma-separated list of tags | no | — |
| tag_with_ref | Tag target image with Git reference | no | false |
| tag_with_sha | Tag target image with Git commit hash | no | false |
Outputs
| name | description |
|---|---|
| build_output | Name of image (repository + tag) created during build phase |