Skip to content

Commit

Permalink
Fix relative path for DockerHub docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelgbanks committed Nov 22, 2021
1 parent 010b18c commit fc5c56c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Fix Relative Paths
run: |
find . -maxdepth 2 -mindepth 2 -type f -name "README*.md" -exec sed -i 's/](\.\.\/\([^/]*\).*)/](.\/\1)/g' {} \;
- name: ABuild - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
Expand Down

0 comments on commit fc5c56c

Please sign in to comment.