mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 13:18:27 +00:00
update repo url
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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}}
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user