Skip to content

Commit d05efc3

Browse files
FIX (deployments): Remove Docker Hub description update
1 parent 1ee41fb commit d05efc3

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ci-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -336,16 +336,6 @@ jobs:
336336
rostislavdugin/postgresus:v${{ needs.determine-version.outputs.new_version }}
337337
rostislavdugin/postgresus:${{ github.sha }}
338338
339-
- name: Update Docker Hub description
340-
uses: peter-evans/dockerhub-description@v4
341-
continue-on-error: true
342-
with:
343-
username: ${{ secrets.DOCKERHUB_USERNAME }}
344-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
345-
repository: rostislavdugin/postgresus
346-
short-description: "Free PostgreSQL monitoring & backup solution with multi-storage support"
347-
readme-filepath: ./README.md
348-
349339
release:
350340
runs-on: ubuntu-latest
351341
needs: [determine-version, build-and-push]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="assets/logo.svg" alt="Postgresus Logo" width="250"/>
2+
<img src="assets/logo.svg" style="margin-bottom: 20px;" alt="Postgresus Logo" width="250"/>
33

44
<!-- Badges -->
55
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

0 commit comments

Comments
 (0)