mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci: Fix benchmark cli path (no-changelog) (#10506)
This commit is contained in:
parent
f667b384c9
commit
2f3a5b63f9
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue