From 3af6444bdcb862a9448d6eafb8babb79570c0bd1 Mon Sep 17 00:00:00 2001 From: Jerome Hue Date: Thu, 1 Jun 2023 13:17:16 +0200 Subject: [PATCH] Change workflow to update dockerhub description on push --- .github/workflows/ci-tag.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci-tag.yml b/.github/workflows/ci-tag.yml index 435ec55..1bcafba 100644 --- a/.github/workflows/ci-tag.yml +++ b/.github/workflows/ci-tag.yml @@ -79,3 +79,10 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + + - name: Docker Hub Description + uses: peter-evans/dockerhub-description@v3 + with: + username: ${{ secrets.DOCKER_HUB_USERNAME }} + password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} + repository: peterevans/dockerhub-description