Skip to content

Commit 2e62b2b

Browse files
committed
Fixed invalid AWS registry
1 parent 2b2eb0a commit 2e62b2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)