Commit Graph
1 Commits
Author SHA1 Message Date
arnefandCopilot 63b59a73fe Add CI workflow to build and publish multi-arch Docker images on tag/release
Builds linux/amd64 + linux/arm64 images via Buildx/QEMU whenever a "v*"
tag is pushed or a release is published, and pushes them (tagged with
the version and "latest") to this repository's own container registry.
Written in plain GitHub Actions syntax, which Gitea Actions runs as-is.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-21 16:37:29 +02:00