Description
I'm trying to publish to my own (Harbor) registry, which has a self-signed certificate. I have my CA root certificate, but there's no way to add that to this action. Can we please add this support?
Here's the error I get in my Github action runs:
Error: Error response from daemon: Get "https://registry.x-force.int/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority
Also, I'd greatly appreciate any workaround in the meantime as I'm blocked on this...