Skip to content

Commit

Permalink
Merge pull request #4 from program--/main
Browse files Browse the repository at this point in the history
gh workflow fix
  • Loading branch information
mikejohnson51 authored May 16, 2023
2 parents 597c220 + 93faa24 commit 92df19f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Deploy-Lambda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
paths:
- runtime.R
- Dockerfile
- .github/workflows/Deploy-Lambda.yaml

name: Build and Deploy Lambda

Expand Down Expand Up @@ -33,6 +34,7 @@ jobs:
- name: Verify ECR Repository
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
continue-on-error: true
run: |
(aws ecr describe-repositories --repository-names ${ECR_REPOSITORY} \
&& docker pull ${ECR_REGISTRY}/${ECR_REPOSITORY}:latest) \
Expand Down

0 comments on commit 92df19f

Please sign in to comment.