Skip to content

Commit

Permalink
Merge branch '2.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Dec 5, 2023
2 parents 55bc68a + 990b53f commit d3c7757
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
platforms: amd64,arm64
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build scaleph-dist
run: mvn -B -U -T 4C clean package -Pdist -DskipTests -Dfast
- name: Build scaleph-ui-react-dist
run: mvn -B -U package -pl scaleph-ui-react -am -DskipTests
- name: Build scaleph-ui-react
run: cd scaleph-ui-react && npm install && npm run build --prod
- name: Build scaleph-file-fetcher
Expand All @@ -50,4 +54,4 @@ jobs:
file: tools/docker/build/${{ matrix.image }}/Dockerfile
tags: |
${{ env.HUB }}/${{ matrix.image }}:${{ github.sha }},
${{ env.HUB }}/${{ matrix.image }}:${{ github.ref_name }}
${{ env.HUB }}/${{ matrix.image }}:${{ github.ref_name }}

0 comments on commit d3c7757

Please sign in to comment.