Unverified Commit f61766f5 authored by kladko's avatar kladko

SKALE-2341 Added tags for older commits

parent ffc27d40
......@@ -65,5 +65,5 @@ else :
FULL_IMAGE_NAME = "skalenetwork/" + IMAGE_NAME +":" + TAG_POSTFIX;
assert subprocess.call(["docker", "push"]) == 0;
assert subprocess.call(["docker", "push", "skalenetwork/" + IMAGE_NAME]) == 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