assaf/Deploy to Coolify via GitHub Container Registry
Deploy Docker images to Coolify via GitHub Container Registry
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coolify-url | Coolify instance URL (e.g., https://coolify.example.com) | yes | — |
| app-name | Coolify application name | yes | — |
| image | Docker image name (e.g., ghcr.io/org/app:latest) | yes | — |
| coolify-token | Coolify API token | yes | — |
| env-vars | Environment variables in dotenv format | no | — |
| env-file | Path to a file containing environment variables for build (dotenv format) | no | — |
| healthcheck-path | Healthcheck path (default: /) | no | / |
| healthcheck-timeout | Healthcheck timeout in seconds (default: 60) | no | 60 |
| context | Docker build context path | no | . |
Outputs
| name | description |
|---|---|
| deployment-uuid | UUID of the deployment |
| healthcheck-url | Full URL of the verified healthcheck endpoint |