Skip to content

Commit 561d262

Browse files
committed
Merge branch 'main' of https://github.com/junwha/DockerDiff
2 parents 7e8d914 + f096d4a commit 561d262

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ddiff.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ def load_image(base_tag, image_tarball):
223223
with open(os.path.join(input_dir, "BASE")) as f:
224224
base_tag = f.read().strip()
225225
base_repo = base_tag.split(":")[0]
226+
227+
push_images([base_tag])
226228

227229
with open(os.path.join(input_dir, "TARGET")) as f:
228230
target_tag = f.read().strip()

0 commit comments

Comments
 (0)