Skip to content

Commit

Permalink
Merge pull request #62 from gerlero/actions
Browse files Browse the repository at this point in the history
Update Docker Hub description workflow
  • Loading branch information
gerlero authored Aug 7, 2023
2 parents 4449ff3 + cd7c88b commit 69a4043
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Modify README.md for Docker Hub
run: |
sed -i "s|^\s*#\s\+\(.\+\)|# [\1]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY)|" README.md
- name: Update Docker Hub description
uses: peter-evans/dockerhub-description@v3
with:
Expand Down

0 comments on commit 69a4043

Please sign in to comment.