Skip to content

Conversation

@geetfun
Copy link
Contributor

@geetfun geetfun commented Dec 29, 2025

Summary

  • Add docker-publish.yml workflow triggered on GitHub releases
  • Build multi-arch images (linux/amd64 + linux/arm64) for broad compatibility
  • Push to ghcr.io/checkend/checkend with semantic version tags (v1.0.0, v1.0, v1, latest)
  • Update README with Docker deployment as the primary quick-start option
  • Include docker-compose.yml example with PostgreSQL

Usage

After merging, users can deploy Checkend with:

docker pull ghcr.io/checkend/checkend:latest

Or use the docker-compose example in the README.

Test plan

  • Verify workflow syntax is valid
  • After merge, create a test release to confirm image builds and pushes to ghcr.io

- Add docker-publish.yml workflow triggered on releases
- Build multi-arch images (amd64 + arm64) for broad compatibility
- Push to ghcr.io/checkend/checkend with semantic version tags
- Update README with Docker deployment as primary option
- Include docker-compose.yml example for quick start
Copy link
Contributor Author

@geetfun geetfun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@geetfun geetfun merged commit 7099dbc into main Dec 29, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants