From 7e8dc242a08e6abadb6cb3c2f360cb7f92846ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BCller?= Date: Fri, 29 Dec 2023 15:09:07 +0100 Subject: [PATCH] Automatically update README on docker hub --- .github/workflows/docker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e3d61b2d2..49a1b9475 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -89,3 +89,9 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + - name: Update repo description + uses: peter-evans/dockerhub-description@v4 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + repository: etherpad/etherpad \ No newline at end of file