Dear codeberg team,
i assume that this is a issue related to codeberg rather than forgejo, if not please excuse me, I'll reopen this at forgejo.
I recently tried to push an docker image build with https://codeberg.org/karlpip/akustik/src/branch/main/Dockerfile to codeberg.org/karlpip/akustik:v0.1.0. The following error happened:
The push refers to repository [codeberg.org/karlpip/akustik]
76f69431dd2e: Pushed
d3b1c1d96f7d: Pushed
38a8310d387e: Pushed
failed commit on ref "manifest-sha256:fa59a63c2eb40f51281b2dc780bed830e6dee0c1c3eed6e1cacbf1c4e76cef9b": unexpected status from PUT request to https://codeberg.org/v2/karlpip/akustik/manifests/v0.1.0: 500 Internal Server Error
The bug is reproducible, if i delete the broken package on codeberg and retry the same error occurs again. Maybe this is related to the fact that i've build this image for 2 architectures with docker build --platform linux/amd64,linux/arm64 -t akustik:v0.1.0 ..
Thanks for your attention
### Comment
Dear codeberg team,
i assume that this is a issue related to codeberg rather than forgejo, if not please excuse me, I'll reopen this at forgejo.
I recently tried to push an docker image build with https://codeberg.org/karlpip/akustik/src/branch/main/Dockerfile to codeberg.org/karlpip/akustik:v0.1.0. The following error happened:
```
The push refers to repository [codeberg.org/karlpip/akustik]
76f69431dd2e: Pushed
d3b1c1d96f7d: Pushed
38a8310d387e: Pushed
failed commit on ref "manifest-sha256:fa59a63c2eb40f51281b2dc780bed830e6dee0c1c3eed6e1cacbf1c4e76cef9b": unexpected status from PUT request to https://codeberg.org/v2/karlpip/akustik/manifests/v0.1.0: 500 Internal Server Error
```
The bug is reproducible, if i delete the broken package on codeberg and retry the same error occurs again. Maybe this is related to the fact that i've build this image for 2 architectures with ```docker build --platform linux/amd64,linux/arm64 -t akustik:v0.1.0 .```.
Thanks for your attention