perfectsense/Brightspot Build

Build Brightspot

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit May 3, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: perfectsense/github-actions-gcp-deploy@786549695ce8b80a1803178ecc88f0254e91caf8 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
projectShortname for projectyes
registryGCP registry to push the build toyes
gcp-gcr-secret-keyGCP service account credentialyes
repositoryRepository name.yes
docker-image-nameThe docker image name to be created for this build. This overrides the default which is ${repository}no
java-distributionJava distributionnoadopt
java-versionJava versionno11
war-build-dirDirectory containing the compiled WAR file. This overrides the default which is web/build/libsnoweb/build/libs
gcloud-versionThe 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 matchnolatest
namedescription
container-build-tagContainer build tag. This tag is stable and won't change.
container-version-tagContainer version tag. This tag is unstable and may move with each build.