Skip to content

Commit 3ba5cb5

Browse files
Update docker readme (#1116)
1 parent 3dabc8f commit 3ba5cb5

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/docker.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)