Skip to content

Commit

Permalink
chore: update monolithic image (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Apr 5, 2024
1 parent 4fa6e38 commit 881049a
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 227 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ jobs:
lunary/ml:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
platforms: linux/amd64

- name: Build and push Monolith
uses: docker/build-push-action@v5
with:
context: .
file: ./ops/Dockerfile
push: true
tags: |
lunary/lunary-ee:latest
lunary/lunary-ee:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
platforms: linux/amd64

deploy:
needs: build-and-push
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,6 @@ venv
__pycache__/
*.pyc
venv
test_*.py
test_*.py

packages/ml/env
2 changes: 1 addition & 1 deletion ops
Submodule ops updated from e23435 to 14db73
Loading

0 comments on commit 881049a

Please sign in to comment.