mirror of
https://github.com/parrazam/radicale-docker.git
synced 2024-11-24 04:59:12 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- uses: meeDamian/sync-readme@v1.0.6
|
- uses: peter-evans/dockerhub-description@v3
|
||||||
with:
|
with:
|
||||||
user: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
pass: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
description: true
|
readme: "./README.md"
|
||||||
|
|
Loading…
Reference in a new issue