location ficxed

This commit is contained in:
Jun-te Kim 2025-07-17 15:18:46 +00:00
parent ae182bb81f
commit 4687c5098e

View file

@ -43,7 +43,7 @@ jobs:
pwd
ls -la
echo "Building Docker image..."
docker build -t $IMAGE_URI -f deployment/lambda_example/Dockerfile .
docker build -t $IMAGE_URI -f deployment/lambda/lambda_example/docker/Dockerfile .
echo "Pushing Docker image to ECR..."
docker push $IMAGE_URI