Skip to content

Commit ffefe68

Browse files
FIX (docker hub): Fix updating description
1 parent f53e7e1 commit ffefe68

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ jobs:
112112
113113
- name: Update Docker Hub description
114114
uses: peter-evans/dockerhub-description@v4
115+
continue-on-error: true
115116
with:
116117
username: ${{ secrets.DOCKERHUB_USERNAME }}
117-
password: ${{ secrets.DOCKERHUB_TOKEN }}
118+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
118119
repository: rostislavdugin/postgresus
119-
short-description: "PostgreSQL monitoring and backups solution"
120+
short-description: "Free PostgreSQL monitoring & backup solution"
120121
readme-filepath: ./README.md

0 commit comments

Comments
 (0)