Update docker-build.yml
This commit is contained in:
parent
16d9946c25
commit
8912a1cbbb
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
@ -5,9 +5,9 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: '镜像版本号 (例如: 1.0.5)'
|
||||
description: '镜像版本号 (例如: latest)'
|
||||
required: true
|
||||
default: '1.0.5'
|
||||
default: 'latest'
|
||||
|
||||
# 自动触发
|
||||
push:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user