Skip to content

Commit a35d449

Browse files
committed
🔧 docs: update badge cache settings in README 🛠️
• Improved badge performance by adding cache parameters. • Ensured badges reflect the latest status without excessive load.
1 parent 4206a74 commit a35d449

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Postgres Backup S3/R2
22

3-
[![Release](https://img.shields.io/github/v/release/johnnybui/postgres-backup-s3?style=flat-square)](https://github.com/johnnybui/postgres-backup-s3/releases)
4-
[![Build Status](https://img.shields.io/github/actions/workflow/status/johnnybui/postgres-backup-s3/docker-build.yml?branch=main&style=flat-square)](https://github.com/johnnybui/postgres-backup-s3/actions)
3+
[![Release](https://img.shields.io/github/v/release/johnnybui/postgres-backup-s3?style=flat-square&cacheSeconds=300)](https://github.com/johnnybui/postgres-backup-s3/releases)
4+
[![Build Status](https://img.shields.io/github/actions/workflow/status/johnnybui/postgres-backup-s3/docker-build.yml?branch=main&style=flat-square&cacheSeconds=300)](https://github.com/johnnybui/postgres-backup-s3/actions)
55
[![Docker Image](https://img.shields.io/badge/docker-ghcr.io-blue?style=flat-square&logo=docker)](https://github.com/johnnybui/postgres-backup-s3/pkgs/container/postgres-backup-s3)
6-
[![License](https://img.shields.io/github/license/johnnybui/postgres-backup-s3?style=flat-square)](LICENSE)
7-
[![Stars](https://img.shields.io/github/stars/johnnybui/postgres-backup-s3?style=flat-square)](https://github.com/johnnybui/postgres-backup-s3/stargazers)
6+
[![Stars](https://img.shields.io/github/stars/johnnybui/postgres-backup-s3?style=flat-square&cacheSeconds=300)](https://github.com/johnnybui/postgres-backup-s3/stargazers)
87

98
Backup and restore PostgreSQL to S3/R2/S3-compatible storage with scheduled backups, encryption, and **multiple database support**.
109

0 commit comments

Comments
 (0)