From 260d7585925e54df66c164bc5b75a3e434f25bcd Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 24 Jun 2022 12:57:27 +0200 Subject: [PATCH] ci(fix): change build Signed-off-by: rjshrjndrn --- .github/workflows/frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend.yaml b/.github/workflows/frontend.yaml index c48a8f815..e463c5d3e 100644 --- a/.github/workflows/frontend.yaml +++ b/.github/workflows/frontend.yaml @@ -47,7 +47,7 @@ jobs: ENVIRONMENT: staging run: | cd frontend - docker run --rm -v /etc/passwd:/etc/passwd -u `id -u`:`id -g` -v $(pwd):/home/${USER} -w /home/${USER} --name node_build node:14-stretch-slim /bin/bash -c "npm install && npm run build:oss" + docker run --rm -v /etc/passwd:/etc/passwd -u `id -u`:`id -g` -v $(pwd):/home/${USER} -w /home/${USER} --name node_build node:14-stretch-slim /bin/bash -c "yarn && yarn build" docker push $DOCKER_REPO/frontend:${IMAGE_TAG} - name: Creating old image input run: |