diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 6b9e7e6..c093410 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -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 diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d03257d..b3addfd 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -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: diff --git a/README.md b/README.md index 21c6bad..9c4301c 100644 --- a/README.md +++ b/README.md @@ -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