Skip to content

Commit

Permalink
fix(.github): Touch .env
Browse files Browse the repository at this point in the history
Signed-off-by: Diwank Singh Tomer <[email protected]>
  • Loading branch information
creatorrr committed Apr 17, 2024
1 parent a3b8d03 commit b0e2dc6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/push-to-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
Build-Push-Images-To-Docker-Hub:
runs-on: ubuntu-latest

strategy:
matrix:
directory: [agents-api, model-serving, gateway, memory-store]
# strategy:
# matrix:
# directory: [agents-api, model-serving, gateway, memory-store]

steps:
- uses: actions/checkout@v4
Expand All @@ -33,12 +33,14 @@ jobs:

- name: Build images
run: |
cd ${{ matrix.directory }}
# cd ${{ matrix.directory }}
touch .env
docker compose build
- name: Push images
run: |
cd ${{ matrix.directory }}
# cd ${{ matrix.directory }}
touch .env
docker compose push
concurrency:
Expand Down

0 comments on commit b0e2dc6

Please sign in to comment.