Skip to content

Commit 931e2d2

Browse files
committed
Fix for updating latest
1 parent 157ff9a commit 931e2d2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4444
tags: |
4545
${{ github.event.release.tag_name }}
46+
latest
4647
labels: |
4748
type=ref,event=tag
4849

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A lightweight, flexible NGINX reverse proxy designed for seamless deployment wit
2222

2323
1. **Create a resource** under your project in Coolify
2424
2. **Docker Image**: `ghcr.io/andreitere/coolify-nginx-reverse-proxy`
25-
**Tag**: `latest`
25+
**Tag**: `1.0.1` or `latest`
2626
3. **Set Env Var**: `PROXY_HOST` (e.g. `http://192.168.1.21:8123`)
2727
4. **Set Domain**: The domain you want to proxy (e.g. `https://test001.mydomain.com`)
2828
5. **Save and redeploy**

0 commit comments

Comments
 (0)