Skip to content

Commit

Permalink
Update lambda names
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Dec 16, 2023
1 parent fcdfdef commit 7c9e1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@ jobs:
- name: Update lambda functions w/ the new containers
uses: materials-data-facility/deploy-lambda-action@v0
with:
function-name: MDF-Connect-${{ matrix.lambda }}-${{ steps.extract_tag_name.outputs.imagetag }}
function-name: MDF-Connect2-${{ matrix.lambda }}-${{ steps.extract_tag_name.outputs.imagetag }}
image-uri: ${{ steps.login-ecr.outputs.registry }}/mdf-lambdas/${{ matrix.lambda }}:${{ steps.extract_tag_name.outputs.imagetag }}

0 comments on commit 7c9e1c6

Please sign in to comment.