Thank you for this great library. I have one question:
pipe_matching x, {:ok, x},
{:ok, source_dir}
|> build
|> tag(name, version)
|> save(dest_dir)
|> delete_image
leads to this compiler warning:
warning: this clause cannot match because a previous clause at line 1 always matches
Am I doing something wrong or do I simply have to live with this warning?
Thank you for this great library. I have one question:
leads to this compiler warning:
warning: this clause cannot match because a previous clause at line 1 always matchesAm I doing something wrong or do I simply have to live with this warning?