We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f53e7e1 commit ffefe68Copy full SHA for ffefe68
.github/workflows/docker.yml
@@ -112,9 +112,10 @@ jobs:
112
113
- name: Update Docker Hub description
114
uses: peter-evans/dockerhub-description@v4
115
+ continue-on-error: true
116
with:
117
username: ${{ secrets.DOCKERHUB_USERNAME }}
- password: ${{ secrets.DOCKERHUB_TOKEN }}
118
+ password: ${{ secrets.DOCKERHUB_PASSWORD }}
119
repository: rostislavdugin/postgresus
- short-description: "PostgreSQL monitoring and backups solution"
120
+ short-description: "Free PostgreSQL monitoring & backup solution"
121
readme-filepath: ./README.md
0 commit comments