File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 12
12
- latest
13
13
- stable
14
14
- test
15
+ - 2.7.3
15
16
build_allinone :
16
17
type : boolean
17
18
description : ' Build the All-In-One image'
@@ -66,16 +67,16 @@ jobs:
66
67
https://api.github.com/repos/${{ github.repository }}/releases/latest \
67
68
| jq -r '.tag_name'
68
69
)
69
- IS_LATEST="false "
70
+ IS_LATEST="true "
70
71
if [[ "${LATEST_TAG}" == "${{ github.event.release.tag_name }}" ]]; then
71
72
IS_LATEST="true"
72
73
fi;
73
74
74
75
# Control which images to build
75
- echo "BUILD_ALLINONE=${{ inputs.build_allinone || false }}" >> "${GITHUB_ENV}"
76
- echo "BUILD_FRONTEND=${{ inputs.build_frontend || false }}" >> "${GITHUB_ENV}"
77
- echo "BUILD_NODESERVICE=${{ inputs.build_nodeservice || false }}" >> "${GITHUB_ENV}"
78
- echo "BUILD_APISERVICE=${{ inputs.build_apiservice || false }}" >> "${GITHUB_ENV}"
76
+ echo "BUILD_ALLINONE=${{ inputs.build_allinone || true }}" >> "${GITHUB_ENV}"
77
+ echo "BUILD_FRONTEND=${{ inputs.build_frontend || true }}" >> "${GITHUB_ENV}"
78
+ echo "BUILD_NODESERVICE=${{ inputs.build_nodeservice || true }}" >> "${GITHUB_ENV}"
79
+ echo "BUILD_APISERVICE=${{ inputs.build_apiservice || true }}" >> "${GITHUB_ENV}"
79
80
80
81
# Image names
81
82
ALLINONE_IMAGE_NAMES=lowcoderorg/lowcoder-ce:${IMAGE_TAG}
You can’t perform that action at this time.
0 commit comments