mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
ci: Fix v1 docker rc builds (no-changelog) (#6208)
This commit is contained in:
parent
18b60c4170
commit
cbc4256007
|
@ -1,14 +1,17 @@
|
|||
name: Docker Nightly Image - V1
|
||||
name: Docker Image - V1 RC
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@v2.2.4
|
||||
- uses: actions/setup-node@v3
|
Loading…
Reference in a new issue