File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ jobs:
1919 ref : main
2020
2121 - name : push README to Dockerhub
22- uses : christian-korneck/update-container-description-action@v1
23- env :
24- DOCKER_USER : ${{ secrets.DOCKER_HUB_README_USERNAME }}
25- DOCKER_PASS : ${{ secrets.DOCKER_HUB_README_PASSWORD }}
22+ uses : peter-evans/dockerhub-description@v4
2623 with :
27- destination_container_repo : serversideup/php
28- provider : dockerhub
29- short_description : ' Production-ready PHP Docker images optimized for Laravel and WordPress.'
30- readme_file : ' README.md'
24+ username : ${{ secrets.DOCKER_HUB_README_USERNAME }}
25+ password : ${{ secrets.DOCKER_HUB_README_PASSWORD }}
26+ repository : serversideup/php
27+ short-description : ' Production-ready PHP Docker images optimized for Laravel and WordPress.'
28+ readme-filepath : ' README.md'
You can’t perform that action at this time.
0 commit comments