From 447d31b44eefcc822633af6681b280454e2dd987 Mon Sep 17 00:00:00 2001 From: krateng Date: Tue, 5 Apr 2022 16:08:13 +0200 Subject: [PATCH] Disabled dockerhub docs update, peter-evans/dockerhub-description#10 --- .github/workflows/dockerhub.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index aff96f6..88a0229 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -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 }}