You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docker.yml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -109,3 +109,12 @@ jobs:
109
109
tags: |
110
110
rostislavdugin/postgresus:latest
111
111
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"
0 commit comments