workflow(goreleaser): disable updating docker hub readme

Ayman Bagabas created

do this manually until their api allows using PAT

releated: https://github.com/docker/hub-tool/issues/172

Change summary

.github/workflows/goreleaser.yml | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

Detailed changes

.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"