kind: pipeline type: kubernetes name: default steps: - name: test image: golang commands: - go build resources: limits: cpu: 1 memory: 100MiB - name: docker image: plugins/docker settings: repo: harbor.ntppool.org/ask/dron-test tags: latest auto_tag: true username: from_secret: harbor_username password: from_secret: harbor_password