We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c8557b + f12173d commit 13e42b0Copy full SHA for 13e42b0
.circleci/config.yml
@@ -46,7 +46,7 @@ jobs:
46
docker buildx build --push \
47
--tag "ethereumoptimism/op-geth:$CIRCLE_SHA1" \
48
--tag "ethereumoptimism/op-geth:$CIRCLE_BRANCH" \
49
- --tag "ethereumoptimism/op-geth:latest \
+ --tag "ethereumoptimism/op-geth:latest" \
50
--platform=linux/arm64,linux/amd64 \
51
-f Dockerfile .
52
# Below step is required to prevent CircleCI from barfing on a
0 commit comments