We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4aeeb9 commit b341fd5Copy full SHA for b341fd5
1 file changed
.github/workflows/build.yml
@@ -172,3 +172,11 @@ jobs:
172
git commit -m "docs: update README with Docker image info"
173
git push
174
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