You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,21 +69,15 @@ Phases can be run individually — see **Individual Phases** below.
70
69
71
70
## Step 0: Build and Push Images
72
71
73
-
Check CI first:
74
-
```bash
75
-
gh run list --repo ambient-code/platform \
76
-
--workflow "Build and Push Component Docker Images" \
77
-
--branch <head-branch> --limit 1
78
-
```
79
-
80
-
**Skip** if the latest run shows `completed / success`. Otherwise build:
72
+
Always run `build.sh` — CI may skip builds when no component source files changed (e.g. sync/merge branches), so never rely on CI to have pushed images:
0 commit comments