feat(ci): publish Docker images automatically on version tags #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "christin"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a Forgejo Actions workflow that builds the multi-arch images via the
existing build-images.sh script and pushes them to Docker Hub whenever a
vX.Y.Z tag is pushed, mirroring the FediSuite Android App's release
automation. It also creates a Forgejo release with changelog notes and a
link to the published images. Update both READMEs, which still referenced
a never-built GitHub Actions workflow.