🐳 Comment out DH description updater

This commit is contained in:
Alicia Sykes 2022-02-14 14:50:26 +00:00 committed by GitHub
parent 9a21f3919b
commit bb4658e16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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