actions-marketplace-validations/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: actions-marketplace-validations/esomore_deploy-github-action@6ce47a6070430f3bc646ad8d3cd91ce8ba57e157 # no releases — HEAD as of 2026-07-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