Skip to content

Commit a0b9313

Browse files
authored
[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 <[email protected]>
1 parent d7cd090 commit a0b9313

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/release-pipeline.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,15 @@ jobs:
7575
context: .
7676
push: true
7777

78-
- name: Docker Hub Description
79-
uses: peter-evans/dockerhub-description@v4
80-
with:
81-
username: ${{ secrets.DOCKER_USER }}
82-
password: ${{ secrets.DOCKER_PASS }}
83-
repository: AcademySoftwareFoundation/OpenCue
84-
readme-filepath: ./${{ matrix.component }}/README.md
78+
# This step has been failing with permission issues.
79+
# Commenting this out temporarily to unblock the release of v1.4
80+
# - name: Docker Hub Description
81+
# uses: peter-evans/dockerhub-description@v4
82+
# with:
83+
# username: ${{ secrets.DOCKER_USER }}
84+
# password: ${{ secrets.DOCKER_PASS }}
85+
# repository: opencue/${{ matrix.component }}
86+
# readme-filepath: ./${{ matrix.component }}/README.md
8587

8688
create_release:
8789
needs: preflight

0 commit comments

Comments
 (0)