chore(ci/docker): trigger dist build

This commit is contained in:
Elian Doran 2025-04-29 12:30:53 +03:00
parent 37708c8866
commit d812471f8c
No known key found for this signature in database

View File

@ -113,7 +113,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Update build info - name: Update build info
run: npm run chore:update-build-info run: pnpm run chore:update-build-info
- name: Trigger build
run: pnpm nx run @triliumnext/server:build
- uses: docker/setup-buildx-action@v3 - uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6 - uses: docker/build-push-action@v6
with: with: