From 3de29b6c00d75d6fb84bada159dd1d635400d097 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 26 Oct 2023 00:56:02 +0200 Subject: [PATCH] Update Dockerhub description --- .github/workflows/hub.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/hub.yml b/.github/workflows/hub.yml index edc6010..789507d 100644 --- a/.github/workflows/hub.yml +++ b/.github/workflows/hub.yml @@ -19,15 +19,6 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - repository: ${{ github.repository }} + repository: ${{ secrets.DOCKERHUB_REPO }} 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