Skip to content

Commit

Permalink
docs: sync README to Dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Oct 26, 2022
1 parent f13271d commit 528ab06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,11 @@ jobs:
cache: true
cache_registry: aevea/cache
strip_tag_prefix: v

- name: Sync Readme
uses: ms-jpq/sync-dockerhub-readme@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: aevea/commitsar
readme: "./README.md"

1 comment on commit 528ab06

@vercel
Copy link

@vercel vercel bot commented on 528ab06 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.