Skip to content

Commit

Permalink
remove ecr console check to avoid error (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowellwofford committed Nov 14, 2022
1 parent 016ac12 commit 5c30ac5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/05-cicd-pipeline/06-updatebuild.md
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.

0 comments on commit 5c30ac5

Please sign in to comment.