Added step to update README in Docker Hub

This commit is contained in:
parra 2022-04-13 10:58:18 +02:00
parent 6a53451c9a
commit de62351025
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