tower-cloud/Tower Cloud Container Deploy
Build, push, and deploy a container image to Tower Cloud Container Instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dockerfilePath | Dockerfile path relative to project root | no | Dockerfile |
| tower_user | Tower Cloud username | yes | — |
| tower_password | Tower Cloud password | yes | — |
| organization_id | Tower Cloud organization ID | yes | — |
| container_name | Name of the existing container instance to update | yes | — |
| tcr_name | Tower Container Registry name (auto-fetches URL and credentials) | no | "" |
| registry_url | External registry hostname (e.g., docker.io, ghcr.io) | no | "" |
| registry_username | External registry username for docker login | no | "" |
| registry_password | External registry password for docker login | no | "" |
| buildArguments | Docker build arguments (key=value per line) | no | "" |
Outputs
| name | description |
|---|---|
| taskId | Deployment task ID returned by Tower Cloud |
| imageUrl | Full image URL that was built and pushed |