Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Mar 25, 2024
1 parent db24440 commit da564cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
# 运行预发行镜像而无需合并到主分支,例如 v0.13.3rc1
inputs:
image_tag:
description: '镜像标签( 无论 tag 是什么,都会附加 latest , -sillot 会自动补全因此无需输入 ) '
description: '镜像标签( -sillot 会自动补全因此禁止输入 ) 完整输入示例:v0.27.25 '
required: true
default: 'v0.'

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout repository and submodules
uses: actions/checkout@v4
with:
ref: dev
ref: ${{ github.event.ref }}
submodules: recursive

- name: Set up QEMU
Expand Down

0 comments on commit da564cf

Please sign in to comment.