Skip to content

Commit

Permalink
Fixed image uri
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronaldo Macapobre committed Nov 13, 2024
1 parent ed27417 commit ab44963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploy-lambda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ runs:
run: |
aws lambda update-function-code \
--function-name ${{ inputs.app_name }}-${{ inputs.lambda_name }}-lambda-${{ inputs.environment }} \
--image-uri ${{ env.full_ecr_repo_url }}:${{ inputs.image_name }}-${{ inputs.short_sha }}
--image-uri ${{ steps.vars.outputs.full_ecr_repo_url }}:${{ inputs.image_name }}-${{ inputs.short_sha }}

0 comments on commit ab44963

Please sign in to comment.