From 2f0fdf9ab3201b5c922bad4877a7ab7f00772491 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Thu, 18 Nov 2021 14:23:18 -0500 Subject: [PATCH] workflow(goreleaser): disable updating docker hub readme do this manually until their api allows using PAT releated: https://github.com/docker/hub-tool/issues/172 --- .github/workflows/goreleaser.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) 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"