SKALE-4110 build container for testing on each commit

parent f65e4628
......@@ -38,4 +38,6 @@ print("Starting build", flush=True)
assert subprocess.call(["pwd"]) == 0
assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/" + DOCKER_FILE_NAME, "--tag",
FULL_IMAGE_TAG]) == 0
\ No newline at end of file
FULL_IMAGE_TAG]) == 0
assert subprocess.call(["docker", "push", FULL_IMAGE_TAG]) == 0
\ No newline at end of file
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