Commit Graph

3 Commits

Author SHA1 Message Date
mmmohebi e3bc1cd0b0 feat(github actions): lowercase repo name for image tag
Ensures the repository name used in the Docker image tag is always lowercase for consistency.
2025-11-18 12:53:42 +03:30
mmmohebi 9888dab444 chore(.github/workflows): Lowercase image name in GHCR
Converts the GitHub repository name to lowercase when constructing the `IMAGE_NAME` for pushing to GitHub Container Registry. This ensures consistency and avoids potential issues with case-sensitive image names.
2025-11-18 12:45:38 +03:30
mmmohebi a2f8eed254 feat: Add Dockerfile, .dockerignore, and CI workflow
Introduces a Dockerfile for building images, a .dockerignore file to exclude unnecessary files, and a GitHub Actions workflow for automatically building and pushing Docker images to GHCR upon release.
2025-11-18 12:38:11 +03:30