Skip to content

Commit 119eae1

Browse files
Update workflow_build.yaml
1 parent aad68db commit 119eae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Update Lambda function
3838
run: |
3939
aws lambda update-function-code \
40-
--function-name certified_builder_py \
40+
--function-name tech-floripa-certified-builder-dev \
4141
--image-uri ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.us-east-1.amazonaws.com/${{ secrets.ECR_REPOSITORY }}:latest
4242
4343
- name: Complete

0 commit comments

Comments
 (0)