From 7b34dcad0ec4196bd261cb8b2b80740f21113168 Mon Sep 17 00:00:00 2001 From: Sam Mesterton-Gibbons Date: Mon, 11 May 2020 14:29:44 +0100 Subject: [PATCH] Set Docker Hub description from GH Action --- .github/workflows/publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7a52321..b4d43ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,3 +27,10 @@ jobs: password: ${{ secrets.DOCKER_TOKEN }} repository: samdbmg/dhcp-netboot.xyz tags: latest, ${{ steps.current-time.outputs.formattedTime }} + + - name: Update Docker Hub Description + uses: peter-evans/dockerhub-description@v2.1.0 + env: + DOCKERHUB_USERNAME: samdbmg + DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_TOKEN }} + DOCKERHUB_REPOSITORY: samdbmg/dhcp-netboot.xyz