https://github.com/ms-jpq/sync-dockerhub-readme
Github action to sync <readme.md> to Dockerhub
https://github.com/ms-jpq/sync-dockerhub-readme
action ci docker dockerhub github-actions
Last synced: about 1 month ago
JSON representation
Github action to sync <readme.md> to Dockerhub
- Host: GitHub
- URL: https://github.com/ms-jpq/sync-dockerhub-readme
- Owner: ms-jpq
- Created: 2020-06-20T18:12:22.000Z (over 5 years ago)
- Default Branch: whale
- Last Pushed: 2024-06-19T00:29:03.000Z (over 1 year ago)
- Last Synced: 2025-08-09T22:51:21.358Z (about 2 months ago)
- Topics: action, ci, docker, dockerhub, github-actions
- Language: Python
- Homepage:
- Size: 290 KB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Sync Dockerhub Readme](https://ms-jpq.github.io/sync-dockerhub-readme)
Sync to Dockerhub
## Github Action
```yaml
- name: Sync
uses: ms-jpq/sync-dockerhub-readme@v1
with:
username:
password:
repository:
readme: "./README.md"```
## Docker Image
[](https://hub.docker.com/r/msjpq/sync-dockerhub-readme/)
```sh
docker run -it --rm msjpq/sync-dockerhub-readme \
--username \
--password \
--repo \
--readme './README.md'
```