Unverified Commit 5fb92e86 authored by kladko's avatar kladko

Added image tagging

parent 90898afd
......@@ -51,7 +51,6 @@ os.chdir("..")
topDir = os.getcwd() + "/sgxwallet"
print("Starting build")
print("Top directory is:" + topDir)
dockerExecutable = subprocess.check_output(["which", "docker"])
......@@ -63,6 +62,6 @@ dockerExecutable = subprocess.check_output(["which", "docker"])
assert subprocess.call(["pwd"]) == 0;
assert subprocess.call([dockerExecutable, "build", topDir, "--file", topDir + "/DockerfileSimulation", "--tag",
assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/DockerfileSimulation", "--tag",
"skalenetwork/sgxwalletsim:latest"]) == 0;
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