mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
build(core): Change used branch + use different Docker tag (#7338)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
parent
101255d186
commit
04632ef1b8
16
.github/workflows/docker-image-beta.yml
vendored
16
.github/workflows/docker-image-beta.yml
vendored
|
@ -4,14 +4,14 @@ on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 2 * * *'
|
- cron: '0 2 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
branch:
|
branch:
|
||||||
description: 'Branch to create image off.'
|
description: 'Branch to create image off.'
|
||||||
required: true
|
required: true
|
||||||
default: 'ai-tool-creation-breaking'
|
default: 'ai-beta'
|
||||||
tag:
|
tag:
|
||||||
description: 'Name of the docker tag to create.'
|
description: 'Name of the docker tag to create.'
|
||||||
required: true
|
required: true
|
||||||
default: 'ai-beta'
|
default: 'ai-beta-nightly'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in a new issue