From 9efad3ffe413459dec9a8808618cebeb296214cf Mon Sep 17 00:00:00 2001 From: Khoa Liber Date: Thu, 22 Jan 2026 12:44:30 +0700 Subject: [PATCH] update repo url --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1f03ac4..7a3a473 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: id: meta_backend uses: docker/metadata-action@v5 with: - images: ghcr.io/leonmuscoden/letterfeed-backend + images: ghcr.io/khoaliber/letterfeed-backend tags: | type=ref,event=tag type=raw,value=latest,enable={{is_default_branch}} @@ -119,7 +119,7 @@ jobs: id: meta_frontend uses: docker/metadata-action@v5 with: - images: ghcr.io/leonmuscoden/letterfeed-frontend + images: ghcr.io/khoaliber/letterfeed-frontend tags: | type=ref,event=tag type=raw,value=latest,enable={{is_default_branch}} diff --git a/README.md b/README.md index b6c54e0..8f83c7b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It periodically scans your email inbox via IMAP for new emails from the senders 1. **Clone the repository:** ```bash - git clone https://github.com/LeonMusCoden/letterfeed.git + git clone https://github.com/khoaliber/letterfeed.git cd letterfeed ```