Skip to content

Commit

Permalink
chore: fix NODE_IMAGE referenced env var
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm committed Mar 5, 2024
1 parent 3eef39a commit 9138ae1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-automation-types-rollup-solochain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9138ae1

Please sign in to comment.