Commit 15371851 authored by Mark Tyneway's avatar Mark Tyneway Committed by Kelvin Fichter

ci: fix `hardhat-node` docker publish

There was a bug in the config, the `file`
was not relative to the `context`
parent 2355ba52
...@@ -167,7 +167,7 @@ jobs: ...@@ -167,7 +167,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: ./ops/docker/hardhat context: ./ops/docker/hardhat
file: ./Dockerfile file: ./ops/docker/hardhat/Dockerfile
push: true push: true
tags: ethereumoptimism/hardhat-node:${{ needs.canary-publish.outputs.canary-docker-tag }} tags: ethereumoptimism/hardhat-node:${{ needs.canary-publish.outputs.canary-docker-tag }}
......
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