illuminat3/Build Docker Image
Clones a git repo and builds + pushes a Docker image via docker-image-creator
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| service-url | Base URL of the docker-image-creator service (e.g. https://your-service.com) | yes | — |
| api-password | API password for the docker-image-creator service | yes | — |
| repo | Git repository URL to build from (defaults to the current repo) | no | — |
| image-name | Docker image name to push (e.g. myuser/myimage:latest) | yes | — |
| dockerfile | Path to Dockerfile within the repo | no | Dockerfile |
| timeout | Request timeout in seconds (default 600 = 10 minutes) | no | 600 |
Outputs
| name | description |
|---|---|
| image | The pushed image name |