This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch action-docker-build
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/action-docker-build by this
push:
new 0e47bdb37 bugfix github action build docker image error
0e47bdb37 is described below
commit 0e47bdb37478909b279e6f2c6be4ec8978ea159e
Author: tomsun28 <[email protected]>
AuthorDate: Wed Aug 14 14:40:12 2024 +0800
bugfix github action build docker image error
Signed-off-by: tomsun28 <[email protected]>
---
.github/workflows/nightly-build.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/nightly-build.yml
b/.github/workflows/nightly-build.yml
index 1360d483c..6a53e40e8 100644
--- a/.github/workflows/nightly-build.yml
+++ b/.github/workflows/nightly-build.yml
@@ -38,6 +38,7 @@ jobs:
- name: Build the Frontend
run: |
cd web-app
+ yarn install
yarn package
- name: Build the Backend
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]