import sys

sys.path.append("./senior-ci")

from docker import push_image

push_image()
