You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR should be replaced by #31860 in v1.23. The aim of creating this
PR is to fix it in 1.22 because globallock hasn't been introduced.
Fix#27640Fix#29563Fix#31215
Description
I have built an action that builds a docker container on multiple nodes before merging the images together. The approach is basically a carbon copy of the approach outlined here: https://docs.docker.com/build/ci/github-actions/multi-platform/#distribute-build-across-multiple-runners
When creating the image by merging the digests of each individual image, the action fails with this error:
Checking Gitea logs, I see this:
Looking at the result, I have a tagged container under
69.69.72
(excuse the random testing version), butlatest
was never created.Full action for thoroughness:
Gitea Version
1.21.6
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
No response
How are you running Gitea?
Gitea 1.21.6 running in Docker on an Ubuntu host, with Minio storage for packages only.
Database
MySQL/MariaDB
The text was updated successfully, but these errors were encountered: