Merge pull request #59 from ethereum-optimism/aj/fix-docker-build

ci: Fix docker build
This commit is contained in:
Joshua Gutow 2023-03-02 13:48:05 -08:00 committed by GitHub
commit 13e42b01a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ jobs:
docker buildx build --push \ docker buildx build --push \
--tag "ethereumoptimism/op-geth:$CIRCLE_SHA1" \ --tag "ethereumoptimism/op-geth:$CIRCLE_SHA1" \
--tag "ethereumoptimism/op-geth:$CIRCLE_BRANCH" \ --tag "ethereumoptimism/op-geth:$CIRCLE_BRANCH" \
--tag "ethereumoptimism/op-geth:latest \ --tag "ethereumoptimism/op-geth:latest" \
--platform=linux/arm64,linux/amd64 \ --platform=linux/arm64,linux/amd64 \
-f Dockerfile . -f Dockerfile .
# Below step is required to prevent CircleCI from barfing on a # Below step is required to prevent CircleCI from barfing on a