mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Automatically update README on docker hub (#6085)
* Automatically update README on docker hub
This commit is contained in:
parent
fee6c0d587
commit
4120ecb3cb
1 changed files with 8 additions and 0 deletions
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -89,3 +89,11 @@ jobs:
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
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
|
Loading…
Add table
Add a link
Reference in a new issue