From cdbd98b82e3ddb86d3771c29ed5c723c1fcabaa6 Mon Sep 17 00:00:00 2001 From: fal7w <147312030+fal7w@users.noreply.github.com> Date: Sat, 16 Dec 2023 16:17:55 +0300 Subject: [PATCH] Update build_system_image.yml --- .github/workflows/build_system_image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index 9fc6dfdd..a6f47ad6 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -59,7 +59,8 @@ 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 pwd.yml + # config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml - name: Deploy the container