From 04632ef1b8667c68fcb2e566d157afd67015683b Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Tue, 3 Oct 2023 20:59:37 +0200 Subject: [PATCH] build(core): Change used branch + use different Docker tag (#7338) Github issue / Community forum post (link here to close automatically): --- .github/workflows/docker-image-beta.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-image-beta.yml b/.github/workflows/docker-image-beta.yml index 8dbe8082f..205061586 100644 --- a/.github/workflows/docker-image-beta.yml +++ b/.github/workflows/docker-image-beta.yml @@ -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: