File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,12 +76,10 @@ jobs:
7676 ${{ env.GB_REGISTRY }}/${{ vars.GHCR_DOCKER_ORGANIZATION }}/${{ vars.DOCKER_IMG }}:${{ env.version }}
7777
7878 - name : push README to Dockerhub
79- uses : christian-korneck/update-container-description-action@v1
80- env :
81- DOCKER_USER : ${{ secrets.DOCKER_USER }}
82- DOCKER_PASS : ${{ secrets.DOCKER_TOKEN }}
79+ uses : peter-evans/dockerhub-description@v4
8380 with :
84- destination_container_repo : lichessbotdevs/lichess-bot
85- provider : dockerhub
86- short_description : ' A bridge between Lichess API and chess engines'
87- readme_file : ' ./wiki/How-to-use-the-Docker-image.md'
81+ username : ${{ secrets.DOCKER_USER }}
82+ password : ${{ secrets.DOCKER_TOKEN }}
83+ repository : lichessbotdevs/lichess-bot
84+ short-description : ' A bridge between Lichess API and chess engines'
85+ readme-filepath : ' ./wiki/How-to-use-the-Docker-image.md'
You can’t perform that action at this time.
0 commit comments