mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-24 06:09:11 +01:00
Added step to update README in Docker Hub
This commit is contained in:
parent
6a53451c9a
commit
de62351025
1 changed files with 10 additions and 0 deletions
10
.github/workflows/deploy-docker.yml
vendored
10
.github/workflows/deploy-docker.yml
vendored
|
@ -18,3 +18,13 @@ jobs:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
tag_names: true
|
tag_names: true
|
||||||
|
|
||||||
|
update-readme:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- uses: meeDamian/sync-readme@v1.0.6
|
||||||
|
with:
|
||||||
|
user: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
pass: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
description: true
|
||||||
|
|
Loading…
Reference in a new issue