image: fixed tags, catalog, push operation

This commit is contained in:
2026-03-11 21:02:10 +02:00
parent a064d942e7
commit 0d67944966
9 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ func (cli *Client) CreateAccount(ctx context.Context, host, user, pass string) (
if err != nil {
return res, err
}
respdata, err := cli.doHTTPCall(ctx, host, "accont", "create", reqdata)
respdata, err := cli.doHTTPCall(ctx, host, "account", "create", reqdata)
if err != nil {
return res, err
}