mirror of
https://github.com/moby/moby.git
synced 2026-08-11 01:27:11 +00:00
Add a manually dispatched workflow for maintainers to sync a docker release branch to a selected docker release tag. The job checks out the requested release branch, merges the tag with `git merge --no-ff`, checks the worktree content out from that tag, stages the result, and pushes the updated branch. The actual push is guarded by the `docker-releases` GitHub environment which requires a manual approval. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>