We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a61c9 commit 717b5f5Copy full SHA for 717b5f5
.circleci/config.yml
@@ -24,8 +24,8 @@ jobs:
24
aws configure set region eu-central-1
25
#aws sts assume-role --role-arn arn:aws:iam::676012288735:role/sagemaker-mlops-lambda-oidc-deployment-role --role-session-name CircleCIActionsSession
26
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
+ - setup_remote_docker:
+ docker_layer_caching: true
29
- run:
30
name: Build Docker containers and push to ECR
31
working_directory: ./training_pipeline
0 commit comments