Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/workflows/context7_sync.yml
Original file line number Diff line number Diff line change
@@ -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 }}
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading