mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-11-20 03:49:45 +00:00
build: bump version to 0.13.28 (#2140)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
+tag v0.13.28
This commit is contained in:
parent
326c54ec75
commit
a4d256d75b
11 changed files with 49 additions and 45 deletions
|
|
@ -14,12 +14,12 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.28-rc2 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.28-rc2 -f lazyvim-dev/Dockerfile .)
|
||||
(cd ../.. && docker build -t myriaddreamin/tinymist:0.13.28 .)
|
||||
(cd samples && docker build -t myriaddreamin/tinymist-nvim:0.13.28 -f lazyvim-dev/Dockerfile .)
|
||||
docker run --rm -it \
|
||||
-v $PWD/../../tests/workspaces:/home/runner/dev/workspaces \
|
||||
-v $PWD:/home/runner/dev \
|
||||
-v $PWD/target/.local:/home/runner/.local \
|
||||
-v $PWD/target/.cache:/home/runner/.cache \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.28-rc2 \
|
||||
-w /home/runner/dev myriaddreamin/tinymist-nvim:0.13.28 \
|
||||
$DOCKER_ARGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue