Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions content/05-cicd-pipeline/06-updatebuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ git push origin main

9. In addition to the build the pipeline is also pushing the built container image to the container registry in Amazon ECR.

Once the build has completed you should be able to see that a container exists in the ECR repository tagged as **latest**:
1. Open the [Amazon ECR console](https://console.aws.amazon.com/ecr/repositories), and make sure the N. Virgia region is selected.
2. Select **sc22-container**
You can view information on the ECR repository with by running:

You should see an entry like:
```bash
aws ecr describe-repostitories
```

![AWS CodePipeline](/images/cicd/updatebuild-1.png?width=50pc)
This will return a JSON formatted object describing the repository and its contents.