From af4807e5e8519037657c61c061fd48a22cea419e Mon Sep 17 00:00:00 2001 From: Moritz Schlarb Date: Sat, 7 Oct 2023 14:37:46 +0000 Subject: [PATCH] Add action to sync docker hub description from README.md --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da4de38..ddb1c3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,6 +75,14 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max + # Update Docker Hub repository description from README.md + # https://github.com/peter-evans/dockerhub-description + - name: Update docker hub description + uses: peter-evans/dockerhub-description@v3.4.2 + with: + username: ${{ secrets.DOCKER_USER }} + password: ${{ secrets.DOCKER_PASSWORD }} + # https://github.com/sigstore/cosign - name: Sign the published Docker image # This step uses the identity token to provision an ephemeral certificate