Skip to content

Commit bb4658e

Browse files
authored
🐳 Comment out DH description updater
1 parent 9a21f39 commit bb4658e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docker-build-publish.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@ jobs:
8989
labels: ${{ steps.meta.outputs.labels }}
9090
push: true
9191

92-
- name: 💬 Set Docker Hub Description
93-
uses: peter-evans/dockerhub-description@v2
94-
with:
95-
repository: lissy93/dashy
96-
readme-filepath: ./docker/docker-readme.md
97-
short-description: Dashy - A self-hosted start page for your server
98-
username: ${{ secrets.DOCKER_USERNAME }}
99-
password: ${{ secrets.DOCKER_USER_PASS }}
92+
# - name: 💬 Set Docker Hub Description
93+
# uses: peter-evans/dockerhub-description@v2
94+
# with:
95+
# repository: lissy93/dashy
96+
# readme-filepath: ./docker/docker-readme.md
97+
# short-description: Dashy - A self-hosted start page for your server
98+
# username: ${{ secrets.DOCKER_USERNAME }}
99+
# password: ${{ secrets.DOCKER_USER_PASS }}
100100

0 commit comments

Comments
 (0)