Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoids image name error when pulling from non-default registery #1076

Merged
merged 1 commit into from
Jul 18, 2024

Commits on Jul 15, 2024

  1. avoids image name error when pulling from non-default registery

    when pulling from a non-default registery, you will have local image in full name include docker registery in it. But the whole pipeline works with DEFAULT behaviour when pulling from dockerhub that creates local image with image name only. This change, adds a tag to pulled local image with image_name only and avoids issue in continue.
    
    Signed-off-by: [email protected]
    mahdipub committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c82bfce View commit details
    Browse the repository at this point in the history