Skip to content

Commit f86d743

Browse files
committed
Change out DockerHub action
1 parent 900736a commit f86d743

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/action_update-dockerhub-readme.yml

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

0 commit comments

Comments
 (0)