Skip to content

Commit f096d4a

Browse files
authored
Add push before loading images
1 parent 2094550 commit f096d4a

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)