-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
040f407
commit eaa57a6
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: 构建Wasi镜像 by cirun | ||
about: 根据分支目录构建Wasi镜像并推送到镜像仓库 | ||
title: '【Auto-build】quick-start' | ||
assignees: '' | ||
|
||
--- | ||
|
||
``` | ||
Usage: | ||
/imagebuild_cirun_apps appName appVersion | ||
Available Args: | ||
appName: current app dir | ||
appVersion: current app version | ||
Example: | ||
/imagebuild_cirun_apps quick-start main | ||
``` |