Commit a62a9b30 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2652 from ethereum-optimism/fix/l2geth-release-build

l2geth: fix docker release build
parents 84783775 248f73c5
---
'@eth-optimism/l2geth': patch
---
Rerelease the previous version
...@@ -94,7 +94,7 @@ jobs: ...@@ -94,7 +94,7 @@ jobs:
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: . context: .
file: ./ops/docker/Dockerfile file: ./l2geth/Dockerfile
push: true push: true
tags: ethereumoptimism/l2geth:${{ needs.release.outputs.l2geth }},ethereumoptimism/l2geth:latest tags: ethereumoptimism/l2geth:${{ needs.release.outputs.l2geth }},ethereumoptimism/l2geth:latest
......
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