Skip to content

Dockerhub Readme

Actions
sync Github readme.md with Dockerhub
v1
Latest
Star (23)

Sync <readme.md> to Dockerhub

Github Action

- name: Sync
  uses: ms-jpq/sync-dockerhub-readme@v1
  with:
    username: <dockerhub username>
    password: <dockerhub password>
    repository: <dockerhub name/repo>
    readme: "./README.md"

Docker Image

Docker Pulls

docker run -it --rm msjpq/sync-dockerhub-readme \
  --username <dockerhub username> \
  --password <dockerhub password> \
  --repo <dockerhub name/repo> \
  --readme './README.md'

Dockerhub Readme is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

sync Github readme.md with Dockerhub
v1
Latest

Dockerhub Readme is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.