Skip to content

Commit

Permalink
Build ray container when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Jan 31, 2024
1 parent 94201ed commit c14e767
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
push: true
tags: |
"uhhlt/dwts_frontend:${{ github.ref_name }}"
- name: Build and push ray container
uses: docker/build-push-action@v4
with:
context: ./backend/src/app/preprocessing/ray_model_worker
push: true
tags: |
"uhhlt/dwts_ray:${{ github.ref_name }}"
- name: Create Release
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit c14e767

Please sign in to comment.