esomore/build and push to dockerhub and initiate deploment
Build docker image, push it to dockerhub and initiate deployment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 22, 2020
- License
- None
Pinned Snippet
uses: esomore/deploy-github-action@44c0b2889cb2a601c2ccf9ec552b25b435aa11bb # 1.0.10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| image-name | The docker container image name | yes | — |
| docker-file | The dockerfile used by the docker build command | yes | — |
| deploy-action-repo | Deployment will be invoked on this repo after image push | yes | — |
| dockerhub-username | Dockerhub username | yes | — |
| dockerhub-password | Dockerhub password | yes | — |
| github-pat | Github personal access token to be used to call the deploy-action-repo | yes | — |
| npm-registry | NPM registry url | yes | — |
| npm-user | NPM registry username | yes | — |
| npm-pass | NPM registry pasword | yes | — |
| npm-email | NPM users email address | yes | — |
| github-ref | — | yes | — |
| github-sha | — | yes | — |
Outputs
no outputs