You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(f"Successfully tagged and pushed {registry_address}:{latest_tag}")
1056
+
exceptdocker.errors.DockerExceptionase:
1057
+
logger.error(f"Failed to tag/push {latest_tag} image: {e}")
1058
+
raise
1059
+
else:
1060
+
logger.info(
1061
+
f"Skipping tagging and pushing {registry_address}:{version} as {latest_tag} tag; is_running_in_patch={is_running_in_patch()}, is_running_in_evg_pipeline={is_running_in_evg_pipeline()}"
1062
+
)
1045
1063
1046
-
# Sign and verify the context image if on releases if requied.
1064
+
# Sign and verify the context image if on releases if required.
0 commit comments