diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 43b455ed25c3909b80042d93614ce514e4c6bcac..213b01a1dfa9299dd0426c13c05f9e72cfbc623d 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -60,10 +60,13 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Update Docker Hub Readme - uses: christian-korneck/update-container-description-action@v1 - with: - destination_container_repo: charmcli/soft-serve - provider: dockerhub - short_description: "A tasty Git server 🍦" - readme_file: "README.md" + # - name: Update Docker Hub Readme + # uses: christian-korneck/update-container-description-action@v1 + # env: + # DOCKER_USER: ${{ secrets.DOCKERHUB_USERNAME }} + # DOCKER_PASS: ${{ secrets.DOCKERHUB_TOKEN }} + # with: + # destination_container_repo: charmcli/soft-serve + # provider: dockerhub + # short_description: "A tasty Git server 🍦" + # readme_file: "README.md"