Skip to content

Commit

Permalink
Merge pull request #24 from linto-ai/next
Browse files Browse the repository at this point in the history
Trigger docker hub documentation build
  • Loading branch information
Jeronymous authored Jan 6, 2025
2 parents e017bcf + 60f0458 commit bc51920
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-transcription
readme-filepath: ./README.md

0 comments on commit bc51920

Please sign in to comment.