Skip to content

Commit 72a72b9

Browse files
build: update build-and-push.yml.
1 parent 13b2b60 commit 72a72b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build-and-push.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
workflow_dispatch:
77
inputs:
88
dockerImageTag:
9-
description: '镜像Tag'
10-
default: 'v1.9.0-dev'
9+
description: 'Image Tag'
10+
default: 'v1.10.0-dev'
1111
required: true
1212
dockerImageTagWithLatest:
1313
description: '是否发布latest tag(正式发版时选择,测试版本切勿选择)'
@@ -62,6 +62,8 @@ jobs:
6262
DOCKER_IMAGE=${{ secrets.FIT2CLOUD_REGISTRY_HOST }}/maxkb/maxkb
6363
DOCKER_PLATFORMS=${{ github.event.inputs.architecture }}
6464
TAG_NAME=${{ github.event.inputs.dockerImageTag }}
65+
TAG_NAME_WITH_LATEST=${{ github.event.inputs.dockerImageTagWithLatest }}
66+
echo ${TAG_NAME_WITH_LATEST}
6567
if [[ ${TAG_NAME} == *dev* ]]; then
6668
DOCKER_IMAGE_TAGS="--tag ${DOCKER_IMAGE}:${TAG_NAME}"
6769
else

0 commit comments

Comments
 (0)