use stable tag

This commit is contained in:
lowcarbdev
2025-11-11 22:44:17 -07:00
parent 7d53f20673
commit e19dfe8045
3 changed files with 9 additions and 18 deletions
-1
View File
@@ -51,7 +51,6 @@ jobs:
type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}} type=semver,pattern={{major}}
type=raw,value=latest,enable={{is_default_branch}} type=raw,value=latest,enable={{is_default_branch}}
type=raw,value=stable,enable={{is_default_branch}}
flavor: | flavor: |
latest=false latest=false
+9
View File
@@ -11,6 +11,15 @@
Build with `go build -tags "fts5 heic"` 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 ## Tests
Run all tests: Run all tests:
-17
View File
@@ -17,15 +17,6 @@ docker run -d \
ghcr.io/lowcarbdev/sbv:stable 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 ### Docker Compose
```yaml ```yaml
@@ -43,14 +34,6 @@ services:
restart: unless-stopped 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 ## Features
- **Multi-user** - Create a username/password to log in - **Multi-user** - Create a username/password to log in