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

Closed
emil wants to merge 2 commits from DEVX-158-fix-build-images into master
Showing only changes of commit ca41f3025c - Show all commits
+2 -2
View File
@@ -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.