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