Skip to content

Commit 9adadfc

Browse files
authored
fix: use filtered list of images (#9)
1 parent 81fc7a1 commit 9adadfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_container_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def get_new_images(
299299
)
300300
others = []
301301
bioconductor = []
302-
for img in diff:
302+
for img in result:
303303
if img.startswith("bioconductor"):
304304
bioconductor.append(img)
305305
else:

0 commit comments

Comments
 (0)