Skip to content

Commit 717b5f5

Browse files
authored
fixed issue
1 parent 62a61c9 commit 717b5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
aws configure set region eu-central-1
2525
#aws sts assume-role --role-arn arn:aws:iam::676012288735:role/sagemaker-mlops-lambda-oidc-deployment-role --role-session-name CircleCIActionsSession
2626
aws ecr get-login-password --region eu-central-1 | docker login --username AWS --password-stdin 676012288735.dkr.ecr.eu-central-1.amazonaws.com
27-
- setup_remote_docker:
28-
docker_layer_caching: true
27+
- setup_remote_docker:
28+
docker_layer_caching: true
2929
- run:
3030
name: Build Docker containers and push to ECR
3131
working_directory: ./training_pipeline

0 commit comments

Comments
 (0)