Skip to content

Commit e5666cc

Browse files
FEATURE (docker hub): Sync dockerhub description with readme.md
1 parent 3c328bd commit e5666cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/docker.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,12 @@ jobs:
109109
tags: |
110110
rostislavdugin/postgresus:latest
111111
rostislavdugin/postgresus:${{ github.sha }}
112+
113+
- name: Update Docker Hub description
114+
uses: peter-evans/dockerhub-description@v4
115+
with:
116+
username: ${{ secrets.DOCKERHUB_USERNAME }}
117+
password: ${{ secrets.DOCKERHUB_TOKEN }}
118+
repository: rostislavdugin/postgresus
119+
short-description: "Free, open source and self-hosted solution for automated PostgreSQL monitoring and backups. With multiple storage options and notifications"
120+
readme-filepath: ./README.md

0 commit comments

Comments
 (0)