julie-grace/Build Container Image
Build and Push to Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| registry_name | Container registry | yes | ghcr.io |
| registry_username | Username for container registry | yes | — |
| registry_password | Password for container registry | yes | — |
| push | Push container image to registry ? | no | true |
| context | Docker build context | yes | . |
| dockerfile | Dockerfile name | yes | Dockerfile |
| image_name | Name of image to working with | yes | — |
| image_tag | Tag of image to working with. Default: latest | yes | latest |
| target | Multistage docker target | no | "" |
| composer_github_auth | Github token to enable composer to install private packages | no | — |
| copy_env | Copy .env.example to .env | no | true |
| build-args | Additional docker build arguments (KEY=VALUE per line) | no | "" |
Outputs
no outputs