show me pwd

This commit is contained in:
Jun-te Kim 2025-07-14 15:17:31 +00:00
parent c2d3608a1a
commit 16bd105f86

View file

@ -40,9 +40,9 @@ jobs:
IMAGE_URI=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
echo "pwd"
pwd
echo "Building Docker image..."
docker build -t $IMAGE_URI -f .
docker build -t $IMAGE_URI -f deployment/lambda/Dockerfile .
echo "Pushing Docker image to ECR..."
docker push $IMAGE_URI