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

ci: publish canary builder with proper tag

Previously, the builder would not be published with
a tag, meaning that any time that the canary build
was triggered, it would publish `ethereumoptimism/builder:latest`.
This clobbers the release from `master` which may have downstream
effects.
parent 391dbf8c
......@@ -177,7 +177,7 @@ jobs:
context: .
file: ./ops/docker/Dockerfile.monorepo
push: true
tags: ethereumoptimism/builder:${{ needs.builder.outputs.canary-docker-tag }}
tags: ethereumoptimism/builder:${{ needs.canary-publish.outputs.canary-docker-tag }}
message-relayer:
name: Publish Message Relayer Version ${{ needs.builder.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