From e788785fa442b7d73d4e4d49169570967397aca3 Mon Sep 17 00:00:00 2001 From: Mitja O Date: Sun, 1 Oct 2023 15:42:40 +0200 Subject: [PATCH] Fix: dockerhub description readme (#533) * fix: specify long_description MD type * chore: black formatting * fix: set the docker hub description --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1124673..4be10d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,6 +226,13 @@ jobs: - name: "Image digest" run: "echo ${{ steps.docker_build.outputs.digest }}" + - name: "Docker Hub Description" + uses: peter-evans/dockerhub-description@v3 + with: + username: ${{ secrets.DOCKER_HUB_USER }} + password: ${{ secrets.DOCKER_HUB_TOKEN }} + repository: pypiserver/pypiserver + ## GITHUB RELEASE DRAFT create_release: