0
0
Login
Code
Issues
Pull requests
Events
Packages
952c0ed89bd687264d7ce45db3f2b01075a29826
952c0ed89bd687264d7ce45db3f2b01075a29826

hello world

一个打印 hello world! 的插件示例。

在 Docker 上使用

docker run --rm -v $(pwd):$(pwd) -w $(pwd) cnbcool/hello-world

在 云原生构建 上使用

main:
  push:
    - stages:
        - name: hello-world
          image: cnbcool/hello-world