Commit 90d52eb5 authored by Mark Tyneway's avatar Mark Tyneway

ci: fix hardhat-node release

There was a typo in the config for building/publishing
the `ethereumoptimism/hardhat-node` docker image.
This fixes that typo so that builds can be properly
published to dockerhub.
parent 1606b3b8
......@@ -156,7 +156,7 @@ jobs:
context: ./ops/docker/hardhat
file: ./Dockerfile
push: true
tags: ethereumoptimism/hardhat-node:${{ needs.release.outputs.gas-oracle }},ethereumoptimism/hardhat-node:latest
tags: ethereumoptimism/hardhat-node:${{ needs.release.outputs.hardhat-node }},ethereumoptimism/hardhat-node:latest
ci-builder:
name: Publish ci-builder ${{ needs.release.outputs.ci-builder }}
......
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