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.
2 parents 3335438 + 982b927 commit 597c220Copy full SHA for 597c220
.github/workflows/Deploy-Lambda.yaml
@@ -36,7 +36,8 @@ jobs:
36
run: |
37
(aws ecr describe-repositories --repository-names ${ECR_REPOSITORY} \
38
&& docker pull ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest) \
39
- || aws ecr create-repository --repository-name ${ECR_REPOSITORY}
+ || aws ecr create-repository --repository-name ${ECR_REPOSITORY} \
40
+ || true
41
42
- name: Build and tag image
43
env:
0 commit comments