Skip to content

Commit

Permalink
Disable UI build due to backend migraion
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jan 22, 2024
1 parent ae1b34a commit aca1cf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/image-builds-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- name: Build Scripts
run: shellcheck build-*.sh
- name: Run Scripts
env:
SKIP_UI: true
run: |
./build-all.sh
./build-tool-images.sh latest
2 changes: 2 additions & 0 deletions .github/workflows/image-builds-unauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
network=host
- name: Build Component ${{ matrix.component }}
if: matrix.component != 'tool'
env:
SKIP_UI: true
run: ./build-all-multiplatform.sh ${{ matrix.component }}
- name: Build Tool Images
if: matrix.component == 'tool'
Expand Down

0 comments on commit aca1cf9

Please sign in to comment.