mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
build: actually disable publish
This commit is contained in:
parent
2b7ef9f181
commit
ab191e3eaf
1 changed files with 0 additions and 1 deletions
|
|
@ -737,7 +737,6 @@ func doDockerBuildx(cmdline []string) {
|
||||||
"--build-arg", "BUILDNUM="+env.Buildnum,
|
"--build-arg", "BUILDNUM="+env.Buildnum,
|
||||||
"--tag", gethImage,
|
"--tag", gethImage,
|
||||||
"--platform", *platform,
|
"--platform", *platform,
|
||||||
"--push",
|
|
||||||
"--file", spec.file,
|
"--file", spec.file,
|
||||||
)
|
)
|
||||||
if *upload {
|
if *upload {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue