Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 4 years ago)
- Default Branch: whale
- Last Pushed: 2024-06-19T00:29:03.000Z (5 months ago)
- Last Synced: 2024-10-26T20:39:29.365Z (18 days ago)
- Topics: action, ci, docker, dockerhub, github-actions
- Language: Python
- Homepage:
- Size: 290 KB
- Stars: 22
- Watchers: 4
- 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
[![Docker Pulls](https://img.shields.io/docker/pulls/msjpq/sync-dockerhub-readme.svg)](https://hub.docker.com/r/msjpq/sync-dockerhub-readme/)
```sh
docker run -it --rm msjpq/sync-dockerhub-readme \
--username \
--password \
--repo \
--readme './README.md'
```