Skip to content

Commit 78a9765

Browse files
committed
fix dockerhub readme
1 parent 4f097ef commit 78a9765

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

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

+4-8
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,8 @@ jobs:
6363
cache-to: type=inline
6464

6565
- name: Push README to Dockerhub
66-
uses: christian-korneck/update-container-description-action@v1
67-
env:
68-
DOCKER_USER: ${{ secrets.DOCKER_USER }}
69-
DOCKER_PASS: ${{ secrets.DOCKER_PAT }}
66+
uses: peter-evans/dockerhub-description@v4
7067
with:
71-
destination_container_repo: fishaudio/fish-speech
72-
provider: dockerhub
73-
short_description: 'Fish Speech official docker container'
74-
readme_file: 'README.md'
68+
username: ${{ secrets.DOCKER_USER }}
69+
password: ${{ secrets.DOCKER_PAT }}
70+
repository: fishaudio/fish-speech

0 commit comments

Comments
 (0)