abhishek-070/DockerHub Build And Push
GitHub Action For Docker Hub Image Build And Push
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 3, 2021
- License
- MIT
Pinned Snippet
uses: abhishek-070/dockerhub-build-push@1240d89ce6f82ba5911cfbbd01f4d67229c11f69 # v1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| registry_url | Docker Registry Url, eg: docker.io | yes | — |
| repository_name | Docker Image Repository Name, eg: demo-app | yes | — |
| user_name | Docker Login UserName, from: https://hub.docker.com/ | yes | — |
| password | Docker Login Access Token, from: https://hub.docker.com/ | yes | — |
| image_version | Image Build Version | yes | — |
| docker_file | Docker File Directory, Default Current Directory (.) | no | . |
Outputs
| name | description |
|---|---|
| image_pull_url | Image Pull Url,eg: docker pull image_pull_url |