Commit c4483ca
Update image naming to openchoreo-ui:local for local builds
- Update build-image script to tag as openchoreo-ui:local (matches openchoreo make/kind.mk expectations)
- Add --load flag for local Docker daemon loading
- Remove --platform flag (single-platform for local dev, multi-platform in CI)
- Fix CI workflow to push to ghcr.io/openchoreo/openchoreo-ui (not backstage-plugins)
This enables seamless integration with openchoreo repository:
- Local builds: yarn build-image creates openchoreo-ui:local
- CI builds: Pushes to ghcr.io/openchoreo/openchoreo-ui:latest-dev
- Versioned releases: Tags with version number1 parent e08364b commit c4483ca
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments