Skip to content

Commit

Permalink
Fix param
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpirogovski committed Jan 20, 2024
1 parent e92573a commit 8afe505
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def task_push_images(project, images, output_filepath=None):
output_filepath=output_filepath)

project.logger.debug('Saving docker images', images=images)
yield ziggy.docker.push_images(project.ctx, images, output_filepath, compress=True)
yield ziggy.docker.push_images(project.ctx, images, output_filepath)
project.logger.debug('Done saving docker images', output_filepath=output_filepath)

@defer.inlineCallbacks
Expand Down

0 comments on commit 8afe505

Please sign in to comment.