🐳 Temporarily remove DockerHub description step

This commit is contained in:
Alicia Sykes 2022-01-29 00:45:17 +00:00
parent fd2bf9c887
commit aa1dc7b300
1 changed files with 8 additions and 8 deletions

View File

@ -86,11 +86,11 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
push: true
- name: 💬 Set Docker Hub Description
uses: peter-evans/dockerhub-description@v2
with:
repository: lissy93/dashy
readme-filepath: ./README.md
short-description: Dashy - A self-hosted start page for your server
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
# - name: 💬 Set Docker Hub Description
# uses: peter-evans/dockerhub-description@v2
# with:
# repository: lissy93/dashy
# readme-filepath: ./README.md
# short-description: Dashy - A self-hosted start page for your server
# username: ${{ secrets.DOCKER_USERNAME }}
# password: ${{ secrets.DOCKER_PASSWORD }}