perfectsense/Brightspot Build
Build Brightspot
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 3, 2023
- License
- None
Pinned Snippet
uses: perfectsense/github-actions-gcp-deploy@786549695ce8b80a1803178ecc88f0254e91caf8 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| project | Shortname for project | yes | — |
| registry | GCP registry to push the build to | yes | — |
| gcp-gcr-secret-key | GCP service account credential | yes | — |
| repository | Repository name. | yes | — |
| docker-image-name | The docker image name to be created for this build. This overrides the default which is ${repository} | no | — |
| java-distribution | Java distribution | no | adopt |
| java-version | Java version | no | 11 |
| war-build-dir | Directory containing the compiled WAR file. This overrides the default which is web/build/libs | no | web/build/libs |
| gcloud-version | The version of gcloud to be installed. Default is 'latest'. Can be set to value by specying the version like '= 417.0.1' for exact match or '>= 417.0.1' for anything above this version match | no | latest |
Outputs
| name | description |
|---|---|
| container-build-tag | Container build tag. This tag is stable and won't change. |
| container-version-tag | Container version tag. This tag is unstable and may move with each build. |