-
-
Save goldmann/c995d8d9f90167533feeb5f0810f70fe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if base_image == "scratch": | |
return base_image | |
if ':' in base_image: | |
return base_image | |
return "%s:%s" % (base_image, version) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment