forgot build

This commit is contained in:
tidusjar 2022-07-29 22:27:23 +01:00
commit 4b5fcd06ad

View file

@ -34,6 +34,9 @@ jobs:
- name: Install Frontend Deps
run: yarn --cwd ./src/Ombi/ClientApp install
- name: Build Frontend
run: yarn --cwd ./src/Ombi/ClientApp build
- name: Build Docker Image
run: docker build -t ombi src/