Skip to content

Commit

Permalink
remove ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Nov 5, 2023
1 parent d719b2e commit 3cd2d6d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
echo "Release version is $REL_VER"
echo "RELEASE_VERSION=$REL_VER" >> $GITHUB_ENV
./gradlew build -Pversion=$REL_VER
echo "Building UI"
ls -ltr server/build/libs
cd docker
./build-ui.sh
echo "Done building UI"
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand All @@ -63,7 +58,7 @@ jobs:
orkesio/orkes-conductor-community:latest
orkesio/orkes-conductor-community:${{ env.RELEASE_VERSION }}
- name: Build and push Server
- name: Build and push Standalone
uses: docker/build-push-action@v3
with:
context: .
Expand Down

0 comments on commit 3cd2d6d

Please sign in to comment.