We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed23d28 commit 5c64828Copy full SHA for 5c64828
packages/pytest-simcore/src/pytest_simcore/docker_registry.py
@@ -195,7 +195,7 @@ def _pull_push_service(
195
new_image_tag = (
196
f"{new_registry}/{io_simcore_labels['key']}:{io_simcore_labels['version']}"
197
)
198
- assert image.tag(new_image_tag) == True
+ assert image.tag(new_image_tag)
199
200
# push the image to the new location
201
print(f"Pushing {pull_key}:{tag} -> {new_image_tag}...")
0 commit comments