mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-24 02:39:11 +01:00
Update Docker Readme with another Github action
This commit is contained in:
parent
de62351025
commit
ef616783bf
1 changed files with 4 additions and 4 deletions
8
.github/workflows/deploy-docker.yml
vendored
8
.github/workflows/deploy-docker.yml
vendored
|
@ -23,8 +23,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: meeDamian/sync-readme@v1.0.6
|
||||
- uses: peter-evans/dockerhub-description@v3
|
||||
with:
|
||||
user: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
pass: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
description: true
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
readme: "./README.md"
|
||||
|
|
Loading…
Reference in a new issue