Skip to content

Commit

Permalink
Load right readme in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Threated committed Nov 13, 2023
1 parent ef5e0e7 commit 0f7984a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD_REQUIRED_FOR_README_SYNC }}
repository: ${{ github.repository }}-${{ matrix.component }}
readme: "./README.md"
readme: "./Readme.md"
replace_pattern: "](./"
replace_with: "](https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/"

0 comments on commit 0f7984a

Please sign in to comment.