File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 32
32
echo "Release version is $REL_VER"
33
33
echo "RELEASE_VERSION=$REL_VER" >> $GITHUB_ENV
34
34
./gradlew build -Pversion=$REL_VER
35
- echo "Building UI"
36
- ls -ltr server/build/libs
37
- cd docker
38
- ./build-ui.sh
39
- echo "Done building UI"
40
35
- name : Set up Docker Buildx
41
36
uses : docker/setup-buildx-action@v1
42
37
63
58
orkesio/orkes-conductor-community:latest
64
59
orkesio/orkes-conductor-community:${{ env.RELEASE_VERSION }}
65
60
66
- - name : Build and push Server
61
+ - name : Build and push Standalone
67
62
uses : docker/build-push-action@v3
68
63
with :
69
64
context : .
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ RUN ./gradlew clean build -x test
25
25
WORKDIR /
26
26
RUN git clone https://github.com/Netflix/conductor
27
27
WORKDIR conductor/ui
28
+ RUN yarn config set network-timeout 600000 -g
28
29
RUN yarn install && yarn build
29
30
RUN ls -ltr
30
31
RUN echo "Done building UI"
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ RUN ./gradlew clean build -x test
25
25
WORKDIR /
26
26
RUN git clone https://github.com/Netflix/conductor
27
27
WORKDIR conductor/ui
28
+ RUN yarn config set network-timeout 600000 -g
28
29
RUN yarn install && yarn build
29
30
RUN ls -ltr
30
31
RUN echo "Done building UI"
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ cd tmp/ui
4
4
pwd
5
5
git clone https://github.com/Netflix/conductor
6
6
cd conductor/ui
7
+ yarn config set network-timeout 600000 -g
7
8
yarn install
8
9
yarn build
You can’t perform that action at this time.
0 commit comments