diff --git a/.github/workflows/context7_sync.yml b/.github/workflows/context7_sync.yml new file mode 100644 index 0000000..5a4c221 --- /dev/null +++ b/.github/workflows/context7_sync.yml @@ -0,0 +1,15 @@ +name: Context7 Sync + +on: + push: + branches: [latest] + workflow_dispatch: + +permissions: + contents: write + +jobs: + sync: + uses: udx/reusable-workflows/.github/workflows/context7-ops.yml@master + secrets: + context7_api_key: ${{ secrets.CONTEXT7_API_KEY }} diff --git a/Dockerfile b/Dockerfile index 7a3f770..40c896c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # Use the latest udx-worker as the base image -FROM usabilitydynamics/udx-worker:0.38.0 +FROM usabilitydynamics/udx-worker:0.40.0 # Add metadata labels -LABEL version="0.30.0" +LABEL version="0.31.0" # Set build arguments for Node.js version and application port ARG NODE_VERSION=24.13.1