1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||||
|
name: Update Docker Hub Description |
||||
|
on: |
||||
|
push: |
||||
|
branches: |
||||
|
- main |
||||
|
paths: |
||||
|
- README.md |
||||
|
- .github/workflows/dockerhub-description.yml |
||||
|
jobs: |
||||
|
dockerHubDescription: |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: actions/checkout@v3 |
||||
|
|
||||
|
- name: Docker Hub Description |
||||
|
uses: peter-evans/dockerhub-description@v3 |
||||
|
with: |
||||
|
username: ${{ secrets.DOCKER_HUB_USERNAME }} |
||||
|
password: ${{ secrets.DOCKER_HUB_PASSWORD }} |
||||
|
repository: peterevans/dockerhub-description |
||||
|
short-description: ${{ github.event.repository.description }} |
Loading…
Reference in new issue