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

cache_from string substitution #139

Open
eddienko opened this issue Jun 12, 2020 · 0 comments
Open

cache_from string substitution #139

eddienko opened this issue Jun 12, 2020 · 0 comments

Comments

@eddienko
Copy link

In the file build.py

    if cache_from:
        cmd +=' --cache-from {cache_from}'

should be

    if cache_from:
        cmd += f' --cache-from {cache_from}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant