Skip to content

Commit b8b10bd

Browse files
committed
Passed 'images' in 'push_images' as a positional argument
1 parent 8fa7ebf commit b8b10bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/cli/build_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def run():
288288
images.extend(new_tags)
289289

290290
# Push all built images to specified repo
291-
push_images(images, dry_run=args.dry_run)
291+
push_images(images=images, dry_run=args.dry_run)
292292

293293
# Perform final cleanup
294294
cleanup(dry_run=args.dry_run)

0 commit comments

Comments
 (0)