From db9a06a8cf08d852e82bfd614d2ea525f9fea8d9 Mon Sep 17 00:00:00 2001 From: lowcarbdev Date: Thu, 13 Nov 2025 19:50:41 -0700 Subject: [PATCH] publish v and non-v docker tag versions --- .github/workflows/docker-build.yml | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 40f60b0..c0e0d2b 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -50,6 +50,9 @@ jobs: type=semver,pattern=v{{version}} type=semver,pattern=v{{major}}.{{minor}} type=semver,pattern=v{{major}} + type=semver,pattern={{version}} + type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{major}} type=raw,value=latest,enable={{is_default_branch}} flavor: | latest=false diff --git a/README.md b/README.md index 16baf3a..f5272e3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ services: - **Multi-user** - Create a username/password to log in - **Import SMS Backup & Restore XML** - Upload XML files from the web interface. +- **Idempotent imports** - Upload the same messages without duplicates. - **Tested with large backups** - Works with multi-GB backups - **SMS, MMS, and call logs support** - Read all types of call and message records. - **Inline image and video** - View images or watch videos as you browse. Even works with Apple HEIC and 3gp videos.