Skip to content

Commit

Permalink
fix: enable Docker image push when building via buildx (#2194)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Jan 7, 2025
1 parent 0906f82 commit db14d55
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/image_builder/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,9 @@ def build_image(
load=True,
platforms=[target_platform],
tags=docker_tags,
push=push,
)

if push:
docker.push(docker_tags)


@click.command()
@click.option(
Expand Down

0 comments on commit db14d55

Please sign in to comment.