From 8cd200bedc4daf31502127f44ab9fd42be3510cb Mon Sep 17 00:00:00 2001 From: Jordan Potter Date: Fri, 29 Sep 2023 16:51:15 -0700 Subject: [PATCH] Update Docker Hub description in CI --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e9161e..f02f455 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,3 +109,11 @@ jobs: tags: ${{ steps.metadata.outputs.tags }} labels: ${{ steps.metadata.outputs.labels }} platforms: linux/amd64,linux/arm64,linux/arm/v6,linux/arm/v7 + + - name: Update Docker Hub description + uses: peter-evans/dockerhub-description@v3 + with: + repository: jordanpotter/wireguard + username: jordanpotter + password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} + short-description: ${{ github.event.repository.description }}