We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f4a7d commit dd96e69Copy full SHA for dd96e69
present/tagging/build.md
@@ -167,7 +167,9 @@ Each rebuild will also create an "archive" tag. A lifecycle policy will expire
167
- `subservice:archive-${TAG_OR_BRANCH}-${BUILDDATE}`
168
169
<details>
170
+
171
<summary> Sample Rebuild Code</summary>
172
173
```
174
git fetch --all
175
if [[ "$MODE" == "OnDemand" ]]
@@ -321,7 +323,9 @@ Each rebuild will also create an "archive" tag. A lifecycle policy will expire
321
323
322
324
325
326
327
328
329
330
331
# daily / on-demand rebuild of deployed images
0 commit comments