Skip to content

Commit

Permalink
test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Apr 3, 2024
1 parent c5e9eac commit d8dfac2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@ 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 }}
lunary/lunary:1.2.2
platforms: linux/amd64

deploy:
needs: build-and-push
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion ops
Submodule ops updated from e23435 to 14db73

0 comments on commit d8dfac2

Please sign in to comment.