diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a3d4933..1396514 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -33,7 +33,7 @@ jobs: ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }} IMAGE_TAG: ${{ github.sha }} run: | - docker build -t $ECR_REGISTRY/stan/website:$IMAGE_TAG . + docker build -t $ECR_REGISTRY/stan/website:$IMAGE_TAG packages/web docker push $ECR_REGISTRY/stan/website:$IMAGE_TAG echo "image=$ECR_REGISTRY/stan/website:$IMAGE_TAG" >> $GITHUB_OUTPUT