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