From 674b6e5bdaaa87ea4353ec03df6f20fa3e6b6aaf Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 19 Oct 2023 15:23:20 +0200 Subject: [PATCH] build: Update mirror --- .github/workflows/hub.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index 03260b3..edc6010 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -22,3 +22,12 @@ jobs: repository: ${{ github.repository }} short-description: ${{ github.event.repository.description }} readme-filepath: ./readme.md + - + name: Docker Hub Description + uses: peter-evans/dockerhub-description@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + repository: ${{ secrets.DOCKERHUB_MIRROR }} + short-description: ${{ github.event.repository.description }} + readme-filepath: ./readme.md