Commit 2355ba52 authored by Mark Tyneway's avatar Mark Tyneway Committed by Kelvin Fichter

ci: fix hardhat-node docker image publishing

Fixes a typo in the CI so that the `hardhat-node` docker
image is correctly published.
parent c53b3587
......@@ -23,7 +23,7 @@ jobs:
contracts: ${{ steps.packages.outputs.contracts }}
gas-oracle: ${{ steps.packages.outputs.gas-oracle }}
replica-healthcheck: ${{ steps.packages.outputs.replica-healthcheck }}
hardhat-node: ${{ needs.canary-publish.outputs.hardhat-node }}
hardhat-node: ${{ steps.packages.outputs.hardhat-node }}
canary-docker-tag: ${{ steps.docker-image-name.outputs.canary-docker-tag }}
proxyd: ${{ steps.packages.outputs.proxyd }}
rpc-proxy : ${{ steps.packages.outputs.rpc-proxy }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment