From 4f0cc4a4b0c3130c79f808e6f7b5103bada5aaf1 Mon Sep 17 00:00:00 2001 From: smartcontracts Date: Thu, 15 Sep 2022 22:08:14 +0200 Subject: [PATCH] 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: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- .changeset/gold-singers-thank.md | 5 +++++ .github/workflows/publish-canary.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/gold-singers-thank.md diff --git a/.changeset/gold-singers-thank.md b/.changeset/gold-singers-thank.md new file mode 100644 index 000000000000..ec2d9c14fbf2 --- /dev/null +++ b/.changeset/gold-singers-thank.md @@ -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. diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index b4e5af09f450..8f81d0911ec7 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -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 }}