Skip to content

Commit 13e42b0

Browse files
Merge pull request bnb-chain#59 from ethereum-optimism/aj/fix-docker-build
ci: Fix docker build
2 parents 8c8557b + f12173d commit 13e42b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
docker buildx build --push \
4747
--tag "ethereumoptimism/op-geth:$CIRCLE_SHA1" \
4848
--tag "ethereumoptimism/op-geth:$CIRCLE_BRANCH" \
49-
--tag "ethereumoptimism/op-geth:latest \
49+
--tag "ethereumoptimism/op-geth:latest" \
5050
--platform=linux/arm64,linux/amd64 \
5151
-f Dockerfile .
5252
# Below step is required to prevent CircleCI from barfing on a

0 commit comments

Comments
 (0)