mysociety/Cached build
Assuming a top-level Dockerfile and docker-compose, build cached images to the current repo register
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry | Registry to upload to (default ghcr.io) | yes | ghcr.io |
| github_token | Authenticated github token for this repo | — | "" |
| branch | Should be github.ref_name | yes | — |
| docker_compose_file | Docker-compose file to build app | yes | docker-compose.yml |
| docker_compose_file_app | App to build in docker compose | yes | app |
| dockerfile | If multi-stage build, needed to extract the base image | yes | Dockerfile |
| push_to_registry | Boolean if building should also push to registry | — | true |
Outputs
no outputs