Skip to content

Commit

Permalink
Add code to github action to update the lambdas to the latest container
Browse files Browse the repository at this point in the history
image
  • Loading branch information
ericblau committed Oct 27, 2023
1 parent a5aeb1a commit 86d04bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ jobs:
tags: ${{ steps.login-ecr.outputs.registry }}/mdf-lambdas/${{ matrix.lambda }}:test
file: ./aws/Dockerfile
build-args: LAMBDA_SCRIPT=${{ matrix.lambda }}

- name: Update lambda functions w/ the new containers
uses: ericblau/deploy-lambda-action@v0
with:
function-name: MDF-Connect-${{ matrix.lambda }}-test
image-uri: ${{ steps.login-ecr.outputs.registry }}/mdf-lambdas/${{ matrix.lambda }}:test

0 comments on commit 86d04bd

Please sign in to comment.