Skip to content

Commit 597c220

Browse files
Merge pull request #3 from program--/main
fix ECR workflow
2 parents 3335438 + 982b927 commit 597c220

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Deploy-Lambda.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
run: |
3737
(aws ecr describe-repositories --repository-names ${ECR_REPOSITORY} \
3838
&& docker pull ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest) \
39-
|| aws ecr create-repository --repository-name ${ECR_REPOSITORY}
39+
|| aws ecr create-repository --repository-name ${ECR_REPOSITORY} \
40+
|| true
4041
4142
- name: Build and tag image
4243
env:

0 commit comments

Comments
 (0)