Automatically update README on docker hub (#6085)

* Automatically update README on docker hub
This commit is contained in:
Stefan 2023-12-30 22:02:11 +01:00 committed by GitHub
parent fee6c0d587
commit 4120ecb3cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,3 +89,11 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Update repo description
uses: peter-evans/dockerhub-description@v3
if: github.ref == 'refs/heads/master'
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: etherpad/etherpad
enable-url-completion: true