Skip to content

Commit 72142a6

Browse files
authored
typo
1 parent 9c4f9b6 commit 72142a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform/eks/README-ECR-REGISTRY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ aws ecr create-repository --repository-name odm-decisionserverconsole --image-sc
7777
- Push the images to the ECR registry
7878

7979
```bash
80-
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisioncenter:8.11.0.0-amd64
81-
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisionserverconsole:8.11.0.0-amd64
82-
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisionserverruntime:8.11.0.0-amd64
83-
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisionrunner:8.11.0.0-amd64
80+
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisioncenter:8.11.0.1-amd64
81+
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisionserverconsole:8.11.0.1-amd64
82+
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisionserverruntime:8.11.0.1-amd64
83+
docker push $AWSACCOUNTID.dkr.ecr.$REGION.amazonaws.com/odm-decisionrunner:8.11.0.1-amd64
8484
```
8585

8686
#### e. Create a pull secret for the ECR registry

0 commit comments

Comments
 (0)