Skip to content

Commit

Permalink
Build Angular UI in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy committed Jun 19, 2024
1 parent 5f07624 commit 3eb420e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
docker tag quiz-api:${{ env.VERSION }} ${{ secrets.DOCKERHUB_USERNAME }}/quiz-api
docker push ${{ secrets.DOCKERHUB_USERNAME }}/quiz-api
- name: Build UI
run: |
cd ./angular-ui
npm install
npm run build
- name: Docker Build-Tag-Push Angular UI
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit 3eb420e

Please sign in to comment.