diff --git a/.github/workflows/push-to-hub.yml b/.github/workflows/push-to-hub.yml index 2cc4c0b0e..e4b0315d1 100644 --- a/.github/workflows/push-to-hub.yml +++ b/.github/workflows/push-to-hub.yml @@ -1,20 +1,15 @@ 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" jobs: Build-Push-Images-To-Docker-Hub: runs-on: ubuntu-latest - # strategy: - # matrix: - # directory: [agents-api, model-serving, gateway, memory-store] - steps: - uses: actions/checkout@v4 @@ -33,14 +28,11 @@ jobs: - name: Build images run: | - # cd ${{ matrix.directory }} touch .env docker compose build - name: Push images run: | - # cd ${{ matrix.directory }} - touch .env docker compose push concurrency: