actions-marketplace-validations/Deploy to Balena Brennan Test
Automate release builds and deployments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| balena_token | Your balenaCloud API token | yes | — |
| fleet | Name of the fleet you want to build the release for | yes | — |
| github_token | Github access token | no | ${{ github.token }} |
| environment | Domain for the backend services to build your release | no | balena-cloud.com |
| versionbot | Does the repository use VersionBot ? | no | false |
| finalize | Should the action finalize a release after building | no | true |
| create_tag | Tag the git commit with the final balena release version | no | false |
| create_ref | Tag the git commit with the final balena release version | no | false |
| cache | If a release matching the commit already exists do not build | no | true |
| source | Specify custom path to Dockerfile/docker-compose for building release images | no | "" |
| layer_cache | Use cached layers of previously built images for this project | no | true |
| registry_secrets | Image registry credentrials (Balena secrets.json) | no | "" |
| environment_variables | Environment variables in the form of KEY=VALUE,KEY2=VALUE2,... | no | — |
Outputs
| name | description |
|---|---|
| release_id | ID of the release built |
| version | Version of the release built |