Skip to content

Commit dd96e69

Browse files
authored
Update build.md with sample rebuild code
Added sample rebuild code for Docker image deployment.
1 parent 67f4a7d commit dd96e69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

present/tagging/build.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ Each rebuild will also create an "archive" tag. A lifecycle policy will expire
167167
- `subservice:archive-${TAG_OR_BRANCH}-${BUILDDATE}`
168168

169169
<details>
170+
170171
<summary> Sample Rebuild Code</summary>
172+
171173
```
172174
git fetch --all
173175
if [[ "$MODE" == "OnDemand" ]]
@@ -321,7 +323,9 @@ Each rebuild will also create an "archive" tag. A lifecycle policy will expire
321323

322324

323325
<details>
326+
324327
<summary> Sample Rebuild Code</summary>
328+
325329
```
326330
git fetch --all
327331
# daily / on-demand rebuild of deployed images

0 commit comments

Comments
 (0)