From 692a84f323d74b94dc9d0c731ec1386d2031756e Mon Sep 17 00:00:00 2001 From: Justin Chadwell Date: Tue, 3 Jan 2023 16:40:55 +0000 Subject: [PATCH] ci: update repo description when pushing image Signed-off-by: Justin Chadwell --- .github/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c488000b..2f600ae8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,3 +75,12 @@ jobs: *.cache-to=type=gha,scope=image,mode=max *.attest=type=sbom *.attest=type=provenance,mode=max,builder-id=https://github.com/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }} + - + name: Update repo description + if: github.event_name != 'pull_request' + uses: peter-evans/dockerhub-description@v3 + with: + username: ${{ secrets.DOCKERBUILDBOT_USERNAME }} + password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }} + repository: ${{ env.DOCKERHUB_SLUG }} +