We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381d93e + 496f3c6 commit d0b1417Copy full SHA for d0b1417
.github/workflows/context7_sync.yml
@@ -0,0 +1,15 @@
1
+name: Context7 Sync
2
+
3
+on:
4
+ push:
5
+ branches: [latest]
6
+ workflow_dispatch:
7
8
+permissions:
9
+ contents: write
10
11
+jobs:
12
+ sync:
13
+ uses: udx/reusable-workflows/.github/workflows/context7-ops.yml@master
14
+ secrets:
15
+ context7_api_key: ${{ secrets.CONTEXT7_API_KEY }}
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
0 commit comments