Skip to content

Commit 7cf5543

Browse files
authored
Update README.md
1 parent 62165ae commit 7cf5543

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -597,18 +597,6 @@ The **`detect-changes`** job computes whether ROS1 and/or ROS2 images should be
597597
* Rebuild **ROS1 only**: `rebuild ros1`
598598
* Rebuild **ROS2 only**: `rebuild ros2`
599599

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-
612600
## Required secrets
613601

614602
To push images and pull private dependencies, configure these repository secrets:

0 commit comments

Comments
 (0)