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 597c220 commit 93faa24Copy full SHA for 93faa24
.github/workflows/Deploy-Lambda.yaml
@@ -3,6 +3,7 @@ on:
3
paths:
4
- runtime.R
5
- Dockerfile
6
+ - .github/workflows/Deploy-Lambda.yaml
7
8
name: Build and Deploy Lambda
9
@@ -33,6 +34,7 @@ jobs:
33
34
- name: Verify ECR Repository
35
env:
36
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
37
+ continue-on-error: true
38
run: |
39
(aws ecr describe-repositories --repository-names ${ECR_REPOSITORY} \
40
&& docker pull ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest) \
0 commit comments