diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 146c6bea..d200b1bf 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -37,7 +37,7 @@ jobs: run: | docker-compose --project-name ${{ github.event.pull_request.head.ref }} \ --env-file ~/gitops/${{ github.event.pull_request.head.ref }}.env \ - -f ./pwd.yml config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml + -f fintechsys/compose.yml config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml # - name: Deploy the container