Added step to update README in Docker Hub

This commit is contained in:
parra 2022-04-13 10:58:18 +02:00 committed by GitHub
parent 6ff87bdb3a
commit ce29300dd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -18,3 +18,13 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
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