Update Docker Readme with another Github action

This commit is contained in:
parra 2022-04-13 12:55:46 +02:00
parent de62351025
commit ef616783bf
1 changed files with 4 additions and 4 deletions

View File

@ -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"