update repo url

This commit is contained in:
Khoa Liber
2026-01-22 12:44:30 +07:00
parent 8f78c6946b
commit 9efad3ffe4
2 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ jobs:
id: meta_backend id: meta_backend
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: ghcr.io/leonmuscoden/letterfeed-backend images: ghcr.io/khoaliber/letterfeed-backend
tags: | tags: |
type=ref,event=tag type=ref,event=tag
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
@@ -119,7 +119,7 @@ jobs:
id: meta_frontend id: meta_frontend
uses: docker/metadata-action@v5 uses: docker/metadata-action@v5
with: with:
images: ghcr.io/leonmuscoden/letterfeed-frontend images: ghcr.io/khoaliber/letterfeed-frontend
tags: | tags: |
type=ref,event=tag type=ref,event=tag
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}

View File

@@ -20,7 +20,7 @@ It periodically scans your email inbox via IMAP for new emails from the senders
1. **Clone the repository:** 1. **Clone the repository:**
```bash ```bash
git clone https://github.com/LeonMusCoden/letterfeed.git git clone https://github.com/khoaliber/letterfeed.git
cd letterfeed cd letterfeed
``` ```