mirror of https://github.com/Lissy93/dashy.git
🐳 Temporarily remove DockerHub description step
This commit is contained in:
parent
fd2bf9c887
commit
aa1dc7b300
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue