Commit 4d94aaf9 authored by Mark Tyneway's avatar Mark Tyneway

ci: decouple rpc-proxy publishing from l2geth

There is a changeset managed `rpc-proxy` publishing step
so we no longer need to publish `rpc-proxy` with `l2geth`.
This was originally added to quickly be able to publish
`rpc-proxy`
parent a1f3c05a
...@@ -101,14 +101,6 @@ jobs: ...@@ -101,14 +101,6 @@ jobs:
push: true push: true
tags: ethereumoptimism/l2geth:${{ needs.release.outputs.l2geth }},ethereumoptimism/l2geth:latest tags: ethereumoptimism/l2geth:${{ needs.release.outputs.l2geth }},ethereumoptimism/l2geth:latest
- name: Publish rpc-proxy
uses: docker/build-push-action@v2
with:
context: .
file: ./ops/docker/Dockerfile.rpc-proxy
push: true
tags: ethereumoptimism/rpc-proxy:${{ needs.release.outputs.l2geth }},ethereumoptimism/rpc-proxy:latest
gas-oracle: gas-oracle:
name: Publish Gas Oracle Version ${{ needs.release.outputs.gas-oracle }} name: Publish Gas Oracle Version ${{ needs.release.outputs.gas-oracle }}
needs: release needs: release
......
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