Skip to content

Commit

Permalink
feat(.github): Build and push images using github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <diwank.singh@gmail.com>
  • Loading branch information
creatorrr committed Apr 17, 2024
1 parent 8b1ba62 commit b0a2053
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push-to-hub.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build and push images to docker hub on merge to dev
run-name: ${{ github.actor }} is building and pushing images to docker hub

on: [push]
# on:
# push:
# branches:
# - "dev"
on:
push:
branches:
- "dev"
- "main"

jobs:
Build-Push-Agents-API-Image:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: julep
version: "3"

include:
- ./agents-api/docker-compose.yml
- ./gateway/docker-compose.yml
- ./memory-store/docker-compose.yml
- ./model-serving/docker-compose.yml
- ./gateway/docker-compose.yml
- ./agents-api/docker-compose.yml

# TODO: Enable after testing
# - ./model-serving/docker-compose.yml
# - ./monitoring/docker-compose.yml

0 comments on commit b0a2053

Please sign in to comment.