Skip to content

Commit

Permalink
fixed yaml intention issue
Browse files Browse the repository at this point in the history
  • Loading branch information
manojheyjobs authored May 7, 2024
1 parent e20e716 commit 62a61c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
#aws sts assume-role --role-arn arn:aws:iam::676012288735:role/sagemaker-mlops-lambda-oidc-deployment-role --role-session-name CircleCIActionsSession
aws ecr get-login-password --region eu-central-1 | docker login --username AWS --password-stdin 676012288735.dkr.ecr.eu-central-1.amazonaws.com
- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: true
- run:
name: Build Docker containers and push to ECR
working_directory: ./training_pipeline
Expand Down

0 comments on commit 62a61c9

Please sign in to comment.