This commit is contained in:
krateng 2022-04-05 16:08:13 +02:00
parent ec5723d2b3
commit 447d31b44e
1 changed files with 8 additions and 7 deletions

View File

@ -39,10 +39,11 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Update Readme and short description
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
repository: krateng/maloja
short-description: ${{ github.event.repository.description }}
# skipping this until https://github.com/peter-evans/dockerhub-description/issues/10 is fixed
# - name: Update Readme and short description
# uses: peter-evans/dockerhub-description@v2
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
# repository: krateng/maloja
# short-description: ${{ github.event.repository.description }}