From a7dbcf426f0aebff5a28dfc1c9fc7b770180287f Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Wed, 25 Feb 2026 23:42:40 +0000 Subject: [PATCH] build(*): Ensure dockerhub updates overview not short description --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 78b42a6..a0f33c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,5 +128,5 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} repository: ${{ env.IMAGE_NAME }} - short-description: ${{ github.event.repository.description }} + readme-filepath: ./README.md enable-url-completion: true