Add reminder note to manual Docker build workflow

This commit is contained in:
yangdx
2025-10-16 11:45:27 +08:00
parent 91b8722bdb
commit e6332ce512
2 changed files with 12 additions and 0 deletions

View File

@@ -2,6 +2,12 @@ name: Build Test Docker Image manually
on:
workflow_dispatch:
inputs:
_notes_:
description: '⚠️ Please create a new git tag before building the docker image.'
required: false
type: boolean
default: false
permissions:
contents: read

View File

@@ -2,6 +2,12 @@ name: Build Offline Docker Image
on:
workflow_dispatch:
inputs:
_notes_:
description: '⚠️ Create offline Docker images only after non-trivial version releases.'
required: false
type: boolean
default: false
permissions:
contents: read