mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-23 17:03:59 +03:00
🐳 Comment out DH description updater
This commit is contained in:
parent
9a21f3919b
commit
bb4658e16c
16
.github/workflows/docker-build-publish.yml
vendored
16
.github/workflows/docker-build-publish.yml
vendored
@ -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 }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user