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
Copy file name to clipboardExpand all lines: README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -597,18 +597,6 @@ The **`detect-changes`** job computes whether ROS1 and/or ROS2 images should be
597
597
* Rebuild **ROS1 only**: `rebuild ros1`
598
598
* Rebuild **ROS2 only**: `rebuild ros2`
599
599
600
-
> **Why this matters**: you get automatic image refreshes whenever the shared `xbot2_docker` templates evolve, even if no files inside this repo changed besides the submodule reference.
601
-
602
-
## When are images pushed vs only built?
603
-
604
-
* **Pushed**: on **tags** matching `vX.Y.Z` and on pushes to `main`/`master` (requires registry secrets).
605
-
* **Built (no push)**: on pull requests (for verification) and on non-main branches.
606
-
607
-
The target registry and tag are controlled by env vars:
608
-
609
-
* `DOCKER_REGISTRY`: e.g., `hhcmhub`
610
-
* `TAG_NAME`: uses `${{ github.ref_name }}` (branch name or tag like `v1.2.3`)
611
-
612
600
## Required secrets
613
601
614
602
To push images and pull private dependencies, configure these repository secrets:
0 commit comments