gas-buddy/node-docker-build-action

Build a GB node app (yarn+TS based) and Pushes built artifacts to a container registry

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
npm-tokennpm credentials, most useful for private repositoriesyes
image-tagThe desired tag for the Docker imageno${{ github.run_id }}_${{ github.sha }}
registry-nameThe name of the ECR registry repositoryyes
aws-access-key-idAWS account id for image registryyes
aws-secret-access-keyAWS Secret for the access keyyes
aws-regionAWS region for the image registrynous-east-1
skip-buildSet to true if the Docker image is already built earlier in the workflownofalse
repo-orgThe organization to setup for private package installationnogasbuddy
node-envThe NODE_ENV value for the Docker buildnoproduction

no outputs