Skip to content

Commit

Permalink
chore: update docker hub descrption
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vilanculo committed Jan 24, 2023
1 parent 87cc775 commit cf198f5
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,20 @@ jobs:
quay.io/isneezy/pdf-generator-service:latest,
push: ${{ (contains(github.ref, 'master') || contains(github.ref, 'next')) }}

- name: Update legacy Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: isneezy/pdf-generator
short-description: 'A simple and yet powerful, versatile web service for converting HTML pages, templates, and URLs into high-quality PDF documents.'
readme-filepath: packages/service/README.md

- name: Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: isneezy/pdf-generator-service
short-description: 'A simple and yet powerful, versatile web service for converting HTML pages, templates, and URLs into high-quality PDF documents.'
readme-filepath: packages/service/README.md

0 comments on commit cf198f5

Please sign in to comment.