name incorrect

This commit is contained in:
Jun-te Kim 2025-09-10 16:57:19 +01:00
parent 08e2e19392
commit 0571b2836d

View file

@ -66,8 +66,8 @@ runs:
- name: Build and push Docker image
shell: bash
run: |
IMAGE_URI=${{ steps.login-ecr.outputs.registry }}/${{ inputs.lambda_name }}:${{ steps.set_tag.outputs.tag }}
echo "Building Docker image for ${{ inputs.lambda_name }}..."
IMAGE_URI=${{ steps.login-ecr.outputs.registry }}/${{ inputs.ecr_name }}:${{ steps.set_tag.outputs.tag }}
echo "Building Docker image for ${{ inputs.ecr_name }}..."
docker build -t $IMAGE_URI -f ${{ inputs.dockerfile_path }} .
echo "Pushing to ECR..."