Skip to content

Commit

Permalink
chore(ci): sync Docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fallion committed Oct 26, 2022
1 parent 7745f42 commit 055dd11
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 @@ -24,3 +24,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/release-notary
readme: "./README.md"

0 comments on commit 055dd11

Please sign in to comment.