Skip to content

Commit

Permalink
[docker] Update dockerhub readme (#1574)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
DiegoTavares authored Nov 19, 2024
1 parent fd2b881 commit 94f7219
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94f7219

Please sign in to comment.