Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```