Skip to content

Commit

Permalink
fix: erroneous deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasLaPiana committed May 29, 2023
1 parent 6fde3e0 commit ff64e6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfiles/docker_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ def generate_multiplatform_buildx_command(
dockerfile_path,
)

for tag in image_tags:
buildx_command += ("--tag", tag)

return buildx_command


Expand Down

0 comments on commit ff64e6a

Please sign in to comment.