Commit 4f0cc4a4 authored by smartcontracts's avatar smartcontracts Committed by GitHub

fix(ci): error in message-relayer canary build (#3478)

Fixes a small error in the message-relayer canary action that would
cause it to fail to build.
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent 17999a54
---
'@eth-optimism/message-relayer': patch
---
Small patch release meant to test a fix for a bug in our canary release process for this package.
...@@ -200,7 +200,7 @@ jobs: ...@@ -200,7 +200,7 @@ jobs:
with: with:
context: . context: .
file: ./ops/docker/Dockerfile.packages file: ./ops/docker/Dockerfile.packages
target: relayer target: message-relayer
push: true push: true
tags: ethereumoptimism/message-relayer:${{ needs.canary-publish.outputs.canary-docker-tag }} tags: ethereumoptimism/message-relayer:${{ 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