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:
Jan Oberhauser 2023-10-03 20:59:37 +02:00 committed by GitHub
parent 101255d186
commit 04632ef1b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,14 @@ on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
branch:
description: 'Branch to create image off.'
required: true
default: 'ai-tool-creation-breaking'
tag:
description: 'Name of the docker tag to create.'
required: true
default: 'ai-beta'
branch:
description: 'Branch to create image off.'
required: true
default: 'ai-beta'
tag:
description: 'Name of the docker tag to create.'
required: true
default: 'ai-beta-nightly'
jobs:
build: