kcl-lang / modules

KCL Community Modules. View on Artifact Hub: https://artifacthub.io/packages/search?org=kcl&sort=relevance&page=1
https://kcl-lang.io
Apache License 2.0
18 stars 22 forks source link

chore: trigger some module again. #181

Closed liangyuanpeng closed 3 months ago

liangyuanpeng commented 3 months ago

cc @Peefy

1. Please confirm that you have read the document before PR submitted

2. Contact Information(Optional)

If it is convenient, please provide your contact information so we can reach you when processing the PR:

Peefy commented 3 months ago

You can set the export OCI_REG_PLAIN_HTTP=off env. Later we will support the --plain-http flag in the kcl mod push command like helm.

liangyuanpeng commented 3 months ago

You can set the export OCI_REG_PLAIN_HTTP=off env. Later we will support the --plain-http flag in the kcl mod push command like helm.

=$ export OCI_REG_PLAIN_HTTP=off
=$ kpm push
package 'cilium' will be pushed
failed to access 'localhost:5001/test/cilium'
Get "https://localhost:5001/v2/test/cilium/tags/list": http: server gave HTTP response to HTTPS client

still not working and i open other PR https://github.com/kcl-lang/modules/pull/182 is working for it.

Peefy commented 3 months ago

JUST FYI

I've discovered the wrong scripts in CI and fixed it. https://github.com/kcl-lang/modules/pull/184

Thanks for the contribution. ❤️

liangyuanpeng commented 3 months ago

thanks you!