Skip to content

Commit 6cbc501

Browse files
authored
Update cdk-image-build YAML (#11631)
1 parent 252fd5d commit 6cbc501

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/continuous-delivery/cd-infrastructure/aws-cdk/cdk-image-build.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ Parameters to change after you copy the pipeline YAML and paste it in your Harne
131131

132132
```yaml
133133
pipeline:
134-
projectIdentifier: your_project_identifier
135-
orgIdentifier: your_org_identifier
134+
projectIdentifier: your-project-identifier
135+
orgIdentifier: your-org-identifier
136136
tags: {}
137137
stages:
138138
- stage:
@@ -326,8 +326,8 @@ pipeline:
326326
description: Registry password
327327
required: true
328328
value: <+secrets.getValue("your-docker-pat")>
329-
identifier: cdk-build-push
330-
name: cdkbuildandpush
329+
identifier: cdkbuildandpush
330+
name: cdk-build-push
331331
```
332332
</details>
333333

0 commit comments

Comments
 (0)