Commit Graph

9 Commits

Author SHA1 Message Date
gronod 742f34f6eb ci: remove v2-develop branch from build pipeline
Build and Push Docker Image / build (push) Successful in 20s
CI / Security audit (push) Successful in 37s
CI / Tests & coverage (push) Successful in 41s
CI / Security audit (pull_request) Successful in 34s
CI / Tests & coverage (pull_request) Successful in 39s
2026-05-17 13:25:50 +01:00
gronod 71880c6298 ci: add v2-develop branch to build pipeline (tags as sofarr:v2-develop)
Build and Push Docker Image / build (push) Successful in 22s
CI / Security audit (push) Successful in 38s
CI / Tests & coverage (push) Successful in 39s
2026-05-17 12:50:23 +01:00
gronod 137d40affe ci: remove arm builds, amd64 only for now 2026-05-16 00:32:16 +01:00
gronod 84e4201dc1 ci: build develop tag on every push to develop branch
- Triggers on develop branch in addition to release/* branches
- Develop pushes get tagged as :develop only
- Release pushes continue to get :version, :release, and :latest tags
2026-05-16 00:32:16 +01:00
gronod 67b816cd61 ci: build multi-arch images (amd64, arm64, arm/v7)
- Add QEMU for cross-platform emulation
- Add Docker Buildx for multi-platform builds
- Build for linux/amd64, linux/arm64, linux/arm/v7
2026-05-15 20:53:37 +01:00
gronod a3dbe8b6c0 docs: add Docker deployment instructions and OCI labels
Build and Push Docker Image / build (push) Successful in 2m26s
- Add LABEL tags to Dockerfile (OCI standard + custom.hardware.requirement)
- Add dynamic version/created labels in CI workflow
- Add Docker deployment section to README with docker run, compose, and update instructions
- Registry pull source: docker.i3omb.com/sofarr
2026-05-15 16:50:50 +01:00
gronod 44055f0327 ci: remove registry login step (Distribution registry has no auth by default)
Build and Push Docker Image / build (push) Successful in 7m18s
2026-05-15 15:38:39 +01:00
gronod 70c9953a2d ci: use distribution registry at reg.i3omb.com
Build and Push Docker Image / build (push) Has been cancelled
2026-05-15 15:19:15 +01:00
gronod 87f8c2d42b ci: add Dockerfile and Gitea Actions workflow for automated image builds
Build and Push Docker Image / build (push) Has been cancelled
- Dockerfile based on node:18-alpine
- Gitea Actions workflow triggers on push to release/* branches
- Builds and pushes to Gitea container registry with version tags
2026-05-15 15:15:09 +01:00