Skip to content

Commit 6033143

Browse files
Merge pull request circleci#3436 from bartelemii/patch-1
Update ecs-ecr.md
2 parents 65143a9 + 2d9e2e3 commit 6033143

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jekyll/_cci2/ecs-ecr.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ AWS_RESOURCE_NAME_PREFIX | Prefix for some required AWS resources. Should corres
6363
Every CircleCI project requires a configuration file called [`.circleci/config.yml`]({{ site.baseurl }}/2.0/configuration-reference/). Follow the steps below to create a complete `config.yml` file.
6464

6565
**Note**: The sample project described in this section makes use of the CircleCI AWS-ECR and AWS-ECS orbs, which can be found here:
66-
- [AWS-ECR]https://circleci.com/orbs/registry/orb/circleci/aws-ecr
67-
- [AWS-ECS]https://circleci.com/orbs/registry/orb/circleci/aws-ecs
66+
- [AWS-ECR](https://circleci.com/orbs/registry/orb/circleci/aws-ecr)
67+
- [AWS-ECS](https://circleci.com/orbs/registry/orb/circleci/aws-ecs)
6868

6969
### Build and Push the Docker image to AWS ECR
7070

@@ -73,7 +73,7 @@ The `build_and_push_image` job builds a Docker image from a Dockerfile in the de
7373
```yaml
7474
version: 2.1
7575
orbs:
76-
aws-ecr: circleci/aws-ecr@0.0.2
76+
aws-ecr: circleci/aws-ecr@4.0.1
7777
aws-ecs: circleci/[email protected]
7878
workflows:
7979
build-and-deploy:
@@ -94,7 +94,7 @@ The `deploy-service-update` job of the aws-ecs orb creates a new task definition
9494
```yaml
9595
version: 2.1
9696
orbs:
97-
aws-ecr: circleci/aws-ecr@0.0.2
97+
aws-ecr: circleci/aws-ecr@4.0.1
9898
aws-ecs: circleci/[email protected]
9999
workflows:
100100
build-and-deploy:
@@ -142,7 +142,7 @@ See the [Using Workflows to Schedule Jobs]({{ site.baseurl }}/2.0/workflows/) fo
142142
```yaml
143143
version: 2.1
144144
orbs:
145-
aws-ecr: circleci/aws-ecr@0.0.2
145+
aws-ecr: circleci/aws-ecr@4.0.1
146146
aws-ecs: circleci/[email protected]
147147
workflows:
148148
build-and-deploy:

0 commit comments

Comments
 (0)