platformercloud/Platformer Deployer
Deploy newly built docker images to kubernetes through the Platformer Console
View on GitHubTrust Signals
- Scorecard Score
- Scorecard 2–4scored Jul 6, 2026
- Maintenance Recency
- Stalelast commit May 24, 2021
- License
- Apache 2.0
- Runtime
- Deprecated runtime
Pinned Snippet
uses: platformercloud/build-deploy-action@fe0bfc7741005f36e8beff3861c6815c95cc0ae8 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| domain | Platformer API Domain. Typically (https://api.platformer.com) | no | https://beta.api.platformer.com |
| org-id | Platformer Organization ID | yes | "" |
| project-id | Platformer Project ID | yes | "" |
| image-name | Name of the image | yes | "" |
| tag | Name of the built tag | yes | latest |
| container-id | For Direct environment deployments | no | "" |
| image-registry-id | To just push to the Platformer Registry and update all asscociated containers which has auto deploy turned on | no | "" |
| channel | Channels allow you to version your builds within Platformer Console | no | default |
| update-type | How platformer should version update the image (patch,minor,major) | no | patch |
| token | Service Account token for Platformer. (Mount on Secrets) | yes | "" |
| debug | Enable request debug | no | false |
Outputs
| name | description |
|---|---|
| platformer-status | Status of the Webhook Call to Platformer |