diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 1b23528..48eab50 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -40,10 +40,11 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Update Readme and short description - uses: peter-evans/dockerhub-description@616d1b63e806b630b975af3b4fe3304307b20f40 - 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@616d1b63e806b630b975af3b4fe3304307b20f40 +# with: +# username: ${{ secrets.DOCKERHUB_USERNAME }} +# password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} +# repository: krateng/maloja +# short-description: ${{ github.event.repository.description }}