Skip to content

Commit

Permalink
Update tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsmkn committed Feb 6, 2024
1 parent 3b255be commit 1c1706d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_patch_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def test_patch_image(registry):
FROM busybox:latest
"""
)
repo_tag = f"{repo}/my-busybox:latest"
repo_tag = f"{repo}/my-busybox"

client.images.build(fileobj=dockerfile, tag=repo_tag)
push_image(client=client, repo_tag=repo_tag)
Expand Down

0 comments on commit 1c1706d

Please sign in to comment.