Skip to content

Commit

Permalink
Merge branch 'master' into fix-sbom-ci-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino committed Jan 14, 2025
2 parents 03dcab1 + 81c36dd commit 6de8a31
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 6de8a31

Please sign in to comment.