SKALE-4110 build container for testing on each commit

parent f65e4628
......@@ -39,3 +39,5 @@ assert subprocess.call(["pwd"]) == 0
assert subprocess.call(["docker", "build", topDir, "--file", topDir + "/" + DOCKER_FILE_NAME, "--tag",
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