DEVX-158: Fix build-images workflow: delete existing manifest before push #290

Merged
kireto merged 2 commits from DEVX-158-fix-build-images into master 2026-08-25 17:26:05 +00:00
Owner

Gitea 1.27 bug #31964 causes HTTP 500 when pushing a tag that already exists. Fix: delete the existing manifest via the Docker registry v2 API before each push.

Closes DEVX-158

Gitea 1.27 bug #31964 causes HTTP 500 when pushing a tag that already exists. Fix: delete the existing manifest via the Docker registry v2 API before each push. Closes DEVX-158
emo added 1 commit 2026-08-25 17:22:20 +00:00
fix: delete existing manifest before push (Gitea #31964 workaround)
CI / validate (pull_request) Failing after 50s
CI / auto-merge (pull_request) Skipped
84fc223327
Gitea 1.27 fails with HTTP 500 when pushing a tag that already exists.
Add delete_remote_manifest() to delete the existing manifest via the
Docker registry v2 API before each push.

Implements: REQ-1, REQ-2, REQ-3, REQ-4, REQ-5

Generated with [Devin](https://devin.ai)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
kireto approved these changes 2026-08-25 17:22:27 +00:00
Dismissed
kireto left a comment
Member

Approved: fixes Gitea #31964 build-images failure.

Approved: fixes Gitea #31964 build-images failure.
emil added 1 commit 2026-08-25 17:24:30 +00:00
fix: vale prose lint in DEVX-158 spec
CI / validate (pull_request) Successful in 1m17s
CI / auto-merge (pull_request) Failing after 12s
ca41f3025c
emil dismissed kireto's review 2026-08-25 17:24:30 +00:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

emil approved these changes 2026-08-25 17:26:00 +00:00
emil left a comment
Owner

Auto-approved: all CI checks passed (validate job).

Auto-approved: all CI checks passed (validate job).
kireto merged commit f94ce03a04 into master 2026-08-25 17:26:05 +00:00
kireto deleted branch DEVX-158-fix-build-images 2026-08-25 17:26:05 +00:00
Sign in to join this conversation.