From d4ce4019b4dbe6837f84c282adfb735b3f330c97 Mon Sep 17 00:00:00 2001 From: Alexey Golubev Date: Tue, 8 Jul 2025 17:55:25 +0300 Subject: [PATCH] Revert 7f46a5be42ca278982e4bceb34d8c171b8852532 --- .github/workflows/stable-build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/stable-build.yml b/.github/workflows/stable-build.yml index dae253c..b89b847 100644 --- a/.github/workflows/stable-build.yml +++ b/.github/workflows/stable-build.yml @@ -69,13 +69,6 @@ jobs: exit 0 shell: bash - - name: Update Docker Hub README - uses: peter-evans/dockerhub-description@v4 - with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - repository: ${{ env.COMPANY_NAME }}/${{ env.PRODUCT_NAME }}${{ matrix.edition }} - build-nonexample: name: "Release image: DocumentServer${{ matrix.edition }}-nonExample" runs-on: ubuntu-latest