ci: Remove scheduled build for beta, and fix the inputs (no-changelog)
This commit is contained in:
21
.github/workflows/docker-image-beta.yml
vendored
21
.github/workflows/docker-image-beta.yml
vendored
@@ -1,17 +1,16 @@
|
||||
name: Docker Image - Beta
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 2 * * *'
|
||||
workflow_dispatch:
|
||||
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'
|
||||
inputs:
|
||||
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'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -20,7 +19,7 @@ jobs:
|
||||
- uses: actions/checkout@v3.5.3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.inputs.branch || 'ai-tool-creation-breaking' }}
|
||||
ref: ${{ github.event.inputs.branch || 'ai-beta' }}
|
||||
|
||||
- uses: docker/setup-qemu-action@v2
|
||||
- uses: docker/setup-buildx-action@v2
|
||||
|
||||
Reference in New Issue
Block a user