We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f097ef commit 78a9765Copy full SHA for 78a9765
.github/workflows/build-docker-image.yml
@@ -63,12 +63,8 @@ jobs:
63
cache-to: type=inline
64
65
- 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 }}
+ uses: peter-evans/dockerhub-description@v4
70
with:
71
- destination_container_repo: fishaudio/fish-speech
72
- provider: dockerhub
73
- short_description: 'Fish Speech official docker container'
74
- readme_file: 'README.md'
+ username: ${{ secrets.DOCKER_USER }}
+ password: ${{ secrets.DOCKER_PAT }}
+ repository: fishaudio/fish-speech
0 commit comments