File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs:
159159 with :
160160 environment : staging
161161 api-url : https://staging-api.lambdafeedback.com
162- image-name : ${{ needs.build.outputs.registry }}/lambda-feedback-staging-functions-repository:${{ needs.setup.outputs.evaluation_function_name }}
162+ image-name : ${{ needs.build-aws .outputs.registry }}/lambda-feedback-staging-functions-repository:${{ needs.setup.outputs.evaluation_function_name }}
163163 function-name : ${{ needs.setup.outputs.evaluation_function_name }}
164164 region : ${{ needs.setup.outputs.region }}
165165 secrets :
@@ -174,7 +174,7 @@ jobs:
174174 with :
175175 environment : production
176176 api-url : https://prod-api.lambdafeedback.com
177- image-name : ${{ needs.build.outputs.registry }}/lambda-feedback-production-functions-repository:${{ needs.setup.outputs.evaluation_function_name }}
177+ image-name : ${{ needs.build-aws .outputs.registry }}/lambda-feedback-production-functions-repository:${{ needs.setup.outputs.evaluation_function_name }}
178178 function-name : ${{ needs.setup.outputs.evaluation_function_name }}
179179 region : ${{ needs.setup.outputs.region }}
180180 secrets :
You can’t perform that action at this time.
0 commit comments