mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00: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:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user