Skip to content

Commit c4483ca

Browse files
kaviththirangaKavith Lokuhewage
authored andcommitted
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 number
1 parent e08364b commit c4483ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: openchoreo/backstage-plugins
10+
IMAGE_NAME: openchoreo/openchoreo-ui
1111

1212
# Avoid running multiple builds for the same commit
1313
concurrency:

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "backstage-cli package lint",
1414
"test": "backstage-cli package test",
1515
"clean": "backstage-cli package clean",
16-
"build-image": "docker buildx build ../.. -f Dockerfile --platform linux/arm64,linux/amd64 --tag backstage"
16+
"build-image": "docker buildx build ../.. -f Dockerfile --tag openchoreo-ui:local --load"
1717
},
1818
"dependencies": {
1919
"@backstage/backend-defaults": "^0.12.1",

0 commit comments

Comments
 (0)