Skip to content

Update readme with the new Docker path #1

Update readme with the new Docker path

Update readme with the new Docker path #1

name: Update Docker Hub image description
on:
push:
branches: [main]
paths: [README.md, .github/workflows/dockerhub-description.yml]
jobs:
docker-description:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Sync Docker Hub Description
uses: peter-evans/dockerhub-description@v3.4.2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: thiagobraga/scaffold-php8
short-description: ${{ github.event.repository.description }}