From b0be6c3f5d43e6bf7b7650a5764cc41ce4423e64 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 16 Dec 2023 23:44:28 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 1d1f51fa..9853bcb6 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 fintechsys/compose.yaml config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml + -f pwd.yml config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml # - name: Deploy the container