Unverified Commit c634795a authored by kladko's avatar kladko

SKALE-2341 Added tags for older commits

parent f4a8f28f
......@@ -69,4 +69,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", "tag", FULL_IMAGE_TAG, COMMIT_HASH_TAG]) == 0
if (BRANCH == "develop"):
assert subprocess.call(["docker", "tag", FULL_IMAGE_TAG, COMMIT_HASH_TAG]) == 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