File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ jobs:
19
19
ref : main
20
20
21
21
- 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
26
23
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