Skip to content

Commit

Permalink
[cicd] Remove dockerhub comments (#1622)
Browse files Browse the repository at this point in the history
This step has been failing with permission issues.
Commenting this out temporarily to unblock the release of v1.4

---------

Signed-off-by: Diego Tavares <dtavares@imageworks.com>
  • Loading branch information
DiegoTavares authored Dec 14, 2024
1 parent d7cd090 commit a0b9313
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0b9313

Please sign in to comment.