Skip to content

Commit

Permalink
Create dockerhub-description.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Houpert authored Sep 2, 2022
1 parent ed1a37e commit fd93feb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dockerhub-description.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Update Docker Hub Description
on:
push:
branches:
- master
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.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: lintoai/linto-platform-nlp-extractive-summarization
readme-filepath: ./README.md

0 comments on commit fd93feb

Please sign in to comment.