Commit f85f1894 authored by Matthew Slipper's avatar Matthew Slipper Committed by GitHub

Fix contracts-bedrock-docker-publish build (#11755)

The build stage name was accidentally removed, which [broke](https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/63237/workflows/e6a2d738-132f-4e10-9da2-c265b364c771/jobs/2627291) the job.
parent e7e5229c
...@@ -34,7 +34,7 @@ RUN git submodule update --init --recursive \ ...@@ -34,7 +34,7 @@ RUN git submodule update --init --recursive \
&& just build \ && just build \
&& echo $(git rev-parse HEAD) > .gitcommit && echo $(git rev-parse HEAD) > .gitcommit
FROM --platform=linux/amd64 debian:bookworm-20240812-slim FROM --platform=linux/amd64 debian:bookworm-20240812-slim as contracts-bedrock
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
curl \ curl \
......
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