show me pwd

This commit is contained in:
Jun-te Kim 2025-07-14 15:16:38 +00:00
parent 73318c493b
commit c2d3608a1a

View file

@ -38,9 +38,11 @@ jobs:
IMAGE_TAG: latest
run: |
IMAGE_URI=${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
echo "pwd"
pwd
echo "Building Docker image..."
docker build -t $IMAGE_URI .
docker build -t $IMAGE_URI -f .
echo "Pushing Docker image to ECR..."
docker push $IMAGE_URI