Skip to content

ms-jpq/sync-dockerhub-readme

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'