Skip to content

Commit 5c30ac5

Browse files
remove ecr console check to avoid error (#361)
1 parent 016ac12 commit 5c30ac5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/05-cicd-pipeline/06-updatebuild.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ git push origin main
127127

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

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

134-
You should see an entry like:
132+
```bash
133+
aws ecr describe-repostitories
134+
```
135135

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

0 commit comments

Comments
 (0)