Skip to content

Commit

Permalink
fix(ci): error in message-relayer canary build (#3478)
Browse files Browse the repository at this point in the history
Fixes a small error in the message-relayer canary action that would
cause it to fail to build.

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
smartcontracts and mergify[bot] authored Sep 15, 2022
1 parent 17999a5 commit 4f0cc4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/gold-singers-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/message-relayer': patch
---

Small patch release meant to test a fix for a bug in our canary release process for this package.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
with:
context: .
file: ./ops/docker/Dockerfile.packages
target: relayer
target: message-relayer
push: true
tags: ethereumoptimism/message-relayer:${{ needs.canary-publish.outputs.canary-docker-tag }}

Expand Down

0 comments on commit 4f0cc4a

Please sign in to comment.