open-notebook/.github
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
..
workflows fix: use hardcoded image names in build workflow 2025-10-18 13:31:30 -03:00