Commit 48d7a387 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

ci: fix hardhat-node docker image build (#3962)

The `hardhat-node` docker image couldn't find the
`Dockerfile` when building. This updates the path to
the dockerfile.
parent 587f309b
......@@ -154,7 +154,7 @@ jobs:
uses: docker/build-push-action@v2
with:
context: ./ops/docker/hardhat
file: ./Dockerfile
file: ./ops/docker/hardhat/Dockerfile
push: true
tags: ethereumoptimism/hardhat-node:${{ needs.release.outputs.hardhat-node }},ethereumoptimism/hardhat-node:latest
......
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