Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-epsilla authored Nov 27, 2023
2 parents 161d68b + 2365f63 commit c81ee68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
echo "RELEASE_TAG: ${RELEASE_TAG}";
cd engine;
export RELEASE_TAG=`cat VERSION`;
echo "RELEASE_TAG: ${RELEASE_TAG}";
# echo "========Build docker image for amd64 firstly========";
# docker build --pull --build-arg="RELEASE_VERSION=${IMAGE_TAG}" \
Expand Down
1 change: 1 addition & 0 deletions engine/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1.0

0 comments on commit c81ee68

Please sign in to comment.