docker-app is an experimental tool and I would like to use it with my self-hosted docker registry, not the centralized Docker Hub. Seemingly it's supported and based on the error message it tries to connect to my registry server but it fails with this:
Error: Get https://domain.tld:port/v2/: x509: certificate signed by unknown authority
How could I push docker app packages to my registry via HTTPS keeping the same certificate?