mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
🐳 Temporarily remove DockerHub description step
This commit is contained in:
parent
fd2bf9c887
commit
aa1dc7b300
16
.github/workflows/docker-build-publish.yml
vendored
16
.github/workflows/docker-build-publish.yml
vendored
@ -86,11 +86,11 @@ 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: ./README.md
|
# readme-filepath: ./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_PASSWORD }}
|
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user