Skip to content

Commit

Permalink
Change from demisto/python:<tag> -> demisto/<image>:<tag>
Browse files Browse the repository at this point in the history
Change from  demisto/python:<tag> ->  demisto/<image>:<tag>
  • Loading branch information
eli sharf authored Apr 21, 2020
2 parents 6ff1b7c + f3691bc commit d161d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demisto_sdk/commands/common/hook_validations/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ def get_docker_image_latest_tag(docker_image_name, yml_docker_image):
if yml_docker_image:
if yml_docker_image.startswith('devdemisto/'):
print_warning('docker image must be a demisto docker image. When the docker image is ready,'
' please rename it to: demisto/python:<tag>')
' please rename it to: demisto/<image>:<tag>')
elif not yml_docker_image.startswith('demisto/'):
print_error('docker image must be a demisto docker image. e.g: demisto/python:<tag>')
print_error('docker image must be a demisto docker image. e.g: demisto/<image>:<tag>')
return ''
try:
tag = ''
Expand Down

0 comments on commit d161d86

Please sign in to comment.