🔧 Renovate: Pin ghcr.io/ohf-voice/linux-voice-assistant Docker tag to 784b38d
Gitea Branch PR & Docker Deployment / Check and Create PR (push) Successful in 1m0s
Gitea Branch PR & Docker Deployment / Generate list of added/modified/deleted services (push) Successful in 35s
Gitea Branch PR & Docker Deployment / Docker Compose Dry Run (push) Successful in 3m19s
Gitea Branch PR & Docker Deployment / PR Merge (push) Successful in 1m56s
Renovate PR Deployment / Renovate PR Deployment (pull_request) Failing after 25s
Gitea Branch PR & Docker Deployment / Docker Compose Deployment (push) Successful in 3m35s

This commit is contained in:
2026-02-28 22:06:44 +00:00
parent 56a88940b2
commit cf5a1d9306
+2 -2
View File
@@ -118,7 +118,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
linux-voice-assistant:
container_name: linux-voice-assistant
image: ghcr.io/ohf-voice/linux-voice-assistant:1.1.5
image: ghcr.io/ohf-voice/linux-voice-assistant:1.1.5@sha256:784b38dc2630a6afe993ca783c279c614185c64dc6bb3b01b21a4712a28124aa
restart: unless-stopped
network_mode: "host"
user: "${LVA_USER_ID}:${LVA_USER_GROUP}"
@@ -154,7 +154,7 @@ services:
start_period: 90s
lva-fix-permissions:
container_name: lva-fix-permissions
image: "ghcr.io/ohf-voice/linux-voice-assistant:latest"
image: "ghcr.io/ohf-voice/linux-voice-assistant:latest@sha256:784b38dc2630a6afe993ca783c279c614185c64dc6bb3b01b21a4712a28124aa"
entrypoint: []
command: "chown -R ${LVA_USER_ID}:${LVA_USER_GROUP} /app/local /app/configuration /app/wakewords/custom /app/sounds/custom"
<<: *lva-env