From 94f7219f1f6d43387b9d2e4ffbc78ba8ecfe6d0e Mon Sep 17 00:00:00 2001 From: Diego Tavares Date: Tue, 19 Nov 2024 10:39:10 -0800 Subject: [PATCH] [docker] Update dockerhub readme (#1574) Use solution suggested on [dockerdocs](https://docs.docker.com/build/ci/github-actions/update-dockerhub-desc/) to update the dockerhub description of opencue's components using the ci/cd release workflow --- .github/workflows/release-pipeline.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 30f8f5865..ac52bfa76 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -75,6 +75,14 @@ jobs: context: . push: true + - 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 name: Create Release