From e82f546c63e91141be336454242723943d45190e Mon Sep 17 00:00:00 2001 From: Andy Bayer Roswell <46857536+AndyBRoswell@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:07:50 +0200 Subject: [PATCH] Update ci-pipeline.yml: envvar chk --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 4d6a605..2380fe4 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -37,6 +37,8 @@ jobs: - name: Build docker run: | + echo '-> envvar:' + env cd $DOCKER_FOLDER && docker build . --file Dockerfile -t $TAG --build-arg "NODE_ENV=${{ inputs.environment }}" - name: Run docker compose