From a0b9313d2d23cda29d5331d9b9ea964e672e153a Mon Sep 17 00:00:00 2001 From: Diego Tavares Date: Fri, 13 Dec 2024 19:09:06 -0800 Subject: [PATCH] [cicd] Remove dockerhub comments (#1622) This step has been failing with permission issues. Commenting this out temporarily to unblock the release of v1.4 --------- Signed-off-by: Diego Tavares --- .github/workflows/release-pipeline.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 0e43cb4f6..78e690485 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -75,13 +75,15 @@ jobs: context: . push: true - - name: Docker Hub Description - uses: peter-evans/dockerhub-description@v4 - with: - username: ${{ secrets.DOCKER_USER }} - password: ${{ secrets.DOCKER_PASS }} - repository: AcademySoftwareFoundation/OpenCue - readme-filepath: ./${{ matrix.component }}/README.md + # This step has been failing with permission issues. + # Commenting this out temporarily to unblock the release of v1.4 + # - name: Docker Hub Description + # uses: peter-evans/dockerhub-description@v4 + # with: + # username: ${{ secrets.DOCKER_USER }} + # password: ${{ secrets.DOCKER_PASS }} + # repository: opencue/${{ matrix.component }} + # readme-filepath: ./${{ matrix.component }}/README.md create_release: needs: preflight