From 9138ae18518396850dfa1149b11ec638ecc54519 Mon Sep 17 00:00:00 2001 From: tenequm Date: Tue, 5 Mar 2024 13:46:44 +0000 Subject: [PATCH] chore: fix NODE_IMAGE referenced env var --- .github/workflows/pr-automation-types-rollup-solochain.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-automation-types-rollup-solochain.yml b/.github/workflows/pr-automation-types-rollup-solochain.yml index 4465e3c..cf431b7 100644 --- a/.github/workflows/pr-automation-types-rollup-solochain.yml +++ b/.github/workflows/pr-automation-types-rollup-solochain.yml @@ -122,8 +122,9 @@ jobs: - name: Run the Node working-directory: mangata-repo + env: + NODE_IMAGE: ${{ github.event.inputs.parachainDocker || 'mangatasolutions/rollup-node:53c527a67582de8b7099d76d86c44c200e053f2b' }} run: | - export NODE_IMAGE=${INPUTS_PARACHAINDOCKER:-mangatasolutions/rollup-node:53c527a67582de8b7099d76d86c44c200e053f2b} echo "Starting nodes with image: ${NODE_IMAGE}" docker compose up -d docker ps