lambda spelling

This commit is contained in:
Jun-te Kim 2025-07-14 15:18:43 +00:00
parent 16bd105f86
commit 6554418e6f
3 changed files with 1 additions and 1 deletions

View file

@ -40,7 +40,7 @@ jobs:
IMAGE_URI=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
echo "pwd"
pwd
ls -la
echo "Building Docker image..."
docker build -t $IMAGE_URI -f deployment/lambda/Dockerfile .