Skip to content

Commit b341fd5

Browse files
committed
chore: add step to update Docker Hub description with README content
1 parent f4aeeb9 commit b341fd5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,11 @@ jobs:
172172
git commit -m "docs: update README with Docker image info"
173173
git push
174174
fi
175+
176+
- name: Update Docker Hub Description
177+
uses: peter-evans/dockerhub-description@v4
178+
with:
179+
username: ${{ secrets.DOCKER_HUB_USERNAME }}
180+
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
181+
repository: ringcentral/node
182+
readme-filepath: ./README.md

0 commit comments

Comments
 (0)