Commit Graph
4 Commits
Author SHA1 Message Date
Michael Panchenko 9028a02f8f GH: add timeouts 2025-07-04 12:49:46 +02:00
Michael Panchenko e4a3b98e0c GH: don't run docker build on PRs, disable publish for now 2025-07-03 18:01:03 +02:00
Salvatore Testa 8828d531e4 ci: publish ARM-based Docker image too
Without ARM support, this is harder to use on MacBook Pros.

I copied the `platforms` tag example from the Docker docs.
https://docs.docker.com/build/ci/github-actions/multi-platform/
2025-06-27 23:38:08 +02:00
Aaron Yordanyan 9026ec5ef2 Add Docker support with GitHub Actions workflow and updated configurations
- Introduced `.github/workflows/docker.yml` for building and pushing Docker images.
- Updated `Dockerfile` to split stages for `base`, `development`, and `production`.
- Added `compose.yaml` for Docker Compose setups.
- Enhanced `README.md` with Docker usage instructions.
2025-06-06 17:15:16 +04:00