open-notebook/.github/workflows
LUIS NOVO 21181aa0be fix: use hardcoded image names in build workflow
Replaces dynamic image name determination with hardcoded values:
- GHCR: ghcr.io/lfnovo/open-notebook
- Docker Hub: lfnovo/open_notebook

This fixes the issue where dynamic name parsing was creating empty
image names, resulting in invalid Docker tags like ":1.0.0-single".

Changes:
- Remove complex repository name parsing logic
- Hardcode image names in workflow env section
- Add tag preparation steps that build comma-separated tag lists
- Properly handle empty push_latest input for release events

Related to PR #163
2025-10-18 13:31:30 -03:00
..
build-and-release.yml fix: use hardcoded image names in build workflow 2025-10-18 13:31:30 -03:00
build-dev.yml Fix Python syntax errors and make mypy non-blocking (#156) 2025-10-18 13:12:47 -03:00
claude-code-review.yml Claude Code Review workflow 2025-06-14 16:39:53 -03:00
claude.yml Claude PR Assistant workflow 2025-06-14 16:39:52 -03:00