--- kind: pipeline type: kubernetes name: default steps: - name: test image: golang:1.17.2 commands: - go test -v - go build volumes: - name: go-pkg path: /go/pkg resources: limits: cpu: 1000 memory: 300MiB requests: cpu: 500 memory: 200MiB - name: docker image: harbor.ntppool.org/ntppool/drone-kaniko:latest pull: always settings: repo: drone-builds/drone-test registry: harbor.ntppool.org auto_tag: true tags: SHA7,${DRONE_SOURCE_BRANCH} cache: true username: from_secret: harbor_username password: from_secret: harbor_password volumes: - name: shared claim: name: go-pkg --- kind: signature hmac: ebe845e4f1bbea97f6a29fd91949c305993d5e1ed3de0ff85c9990fdd3096032 ...