mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
ci: Fix benchmark cli path (no-changelog) (#10506)
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths:
|
paths:
|
||||||
- 'packages/benchmark/**'
|
- 'packages/@n8n/benchmark/**'
|
||||||
- 'pnpm-lock.yaml'
|
- 'pnpm-lock.yaml'
|
||||||
- 'pnpm-workspace.yaml'
|
- 'pnpm-workspace.yaml'
|
||||||
- '.github/workflows/docker-images-benchmark.yml'
|
- '.github/workflows/docker-images-benchmark.yml'
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5.1.0
|
uses: docker/build-push-action@v5.1.0
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./packages/benchmark/Dockerfile
|
file: ./packages/@n8n/benchmark/Dockerfile
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
provenance: false
|
provenance: false
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
Reference in New Issue
Block a user