From ca41f3025c421ebc40ed9c9eef290c87adc4a220 Mon Sep 17 00:00:00 2001 From: emil Date: Tue, 25 Aug 2026 19:24:27 +0200 Subject: [PATCH] fix: vale prose lint in DEVX-158 spec --- docs/specs/DEVX-158.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/specs/DEVX-158.md b/docs/specs/DEVX-158.md index b263083..415640f 100644 --- a/docs/specs/DEVX-158.md +++ b/docs/specs/DEVX-158.md @@ -2,8 +2,8 @@ ## Problem Gitea 1.27 has a known bug (#31964) where pushing a Docker image tag that -already exists in the container registry fails with HTTP 500 "package version -already exists". The build-images workflow has been failing for weeks because +already exists in the container registry fails with HTTP 500 "package +version already exists." The build-images workflow has been failing for weeks because every push to `ci-base:latest`, `ci-quality:latest`, and `ci-full:latest` hits this error.