From 9a16b1caafa30f5bb339d06f678e048a6c3accb7 Mon Sep 17 00:00:00 2001 From: Andy Bayer Roswell <46857536+AndyBRoswell@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:57:46 +0200 Subject: [PATCH] Update ci-pipeline.yml: envvar --- .github/workflows/ci-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 29a3e2a..b6954d8 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -45,7 +45,8 @@ jobs: cd $DOCKER_FOLDER && docker build . --file Dockerfile -t $TAG --build-arg "NODE_ENV=${{ inputs.environment }}" - name: Run docker compose - uses: isbang/compose-action@v1.5.1 + # uses: isbang/compose-action@v1.5.1 + uses: hoverkraft-tech/compose-action@v0.0.0 with: compose-file: "${{ inputs.docker_folder }}/docker-compose.yaml" env: