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
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
sys.error(s"Expected 0, received $buildCode for: $buildCommand")
}
streams.value.log.info(s"Tagging Docker image: $localTag with $remoteTag")
val tagCode = tagCommand.!
if (tagCode != 0) {
sys.error(s"Expected 0, received $tagCode for: $tagCommand")
}
streams.value.log.warn("The build has been completed but the image has not been published. Consult the Platform Tooling Release Process document in Google Drive.")