5 Commits

Author SHA1 Message Date
9fa0a78eb6 Enhance Docker build workflow with registry token validation
All checks were successful
CI / ci (push) Successful in 15s
CI / ci (pull_request) Successful in 14s
- Added a check in docker-build.yml to ensure the REGISTRY_TOKEN is set before attempting to log in to the Gitea Container Registry.
- Included an error message to guide users in adding the necessary secret for successful authentication.
2026-02-07 18:14:44 +03:00
84cd602cea Update Docker build workflow to enforce lowercase repository names
All checks were successful
CI / ci (push) Successful in 14s
CI / ci (pull_request) Successful in 14s
- Modified the Docker build process in docker-build.yml to convert the repository name to lowercase, ensuring consistent image naming conventions.
- This change helps prevent potential issues with case sensitivity in image tags when pushing to the registry.
2026-02-07 18:08:44 +03:00
02b38a25eb Refactor CI workflows and update Docker build process
Some checks failed
CI / ci (push) Failing after 1m5s
- Removed caching step for pip in ci.yml to streamline dependency installation.
- Added a blank line in docker-build.yml for improved readability and organization of job steps.
2026-02-07 17:57:11 +03:00
1baa6e7e6b Add initial project configuration and CI/CD workflows
Some checks failed
CI / ci (push) Has been cancelled
- Created pyproject.toml to define project metadata and dependencies for the watcher-visio dashboard.
- Added CI workflow in ci.yml for automated testing, linting, and security checks on push and pull request events.
- Introduced docker-build.yml for building and releasing Docker images, including steps for tagging, logging in to the registry, and generating release notes.
2026-02-07 17:49:58 +03:00
d197d1e5e2 finished all audits, first rc 2025-12-05 16:06:14 +03:00