use stable tag
This commit is contained in:
@@ -51,7 +51,6 @@ jobs:
|
||||
type=semver,pattern={{major}}.{{minor}}
|
||||
type=semver,pattern={{major}}
|
||||
type=raw,value=latest,enable={{is_default_branch}}
|
||||
type=raw,value=stable,enable={{is_default_branch}}
|
||||
flavor: |
|
||||
latest=false
|
||||
|
||||
|
||||
@@ -11,6 +11,15 @@
|
||||
|
||||
Build with `go build -tags "fts5 heic"`
|
||||
|
||||
To run the latest development version:
|
||||
```bash
|
||||
docker run -d \
|
||||
-p 8081:8081 \
|
||||
-v $(pwd)/data:/data \
|
||||
-e DB_PATH_PREFIX=/data \
|
||||
ghcr.io/lowcarbdev/sbv:latest
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
Run all tests:
|
||||
|
||||
@@ -17,15 +17,6 @@ docker run -d \
|
||||
ghcr.io/lowcarbdev/sbv:stable
|
||||
```
|
||||
|
||||
Or run the latest development version:
|
||||
```bash
|
||||
docker run -d \
|
||||
-p 8081:8081 \
|
||||
-v $(pwd)/data:/data \
|
||||
-e DB_PATH_PREFIX=/data \
|
||||
ghcr.io/lowcarbdev/sbv:latest
|
||||
```
|
||||
|
||||
### Docker Compose
|
||||
|
||||
```yaml
|
||||
@@ -43,14 +34,6 @@ services:
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
### Available Image Tags
|
||||
|
||||
- `stable` - Latest stable release (recommended for production)
|
||||
- `latest` - Latest build from main branch (development)
|
||||
- `v0.1.0` - Specific version (e.g., v0.1.0)
|
||||
- `v0.1` - Latest patch version of v0.1.x
|
||||
- `v0` - Latest minor version of v0.x.x
|
||||
|
||||
## Features
|
||||
|
||||
- **Multi-user** - Create a username/password to log in
|
||||
|
||||
Reference in New Issue
Block a user