--- kind: pipeline type: kubernetes name: default steps: - name: test image: golang:1.24 volumes: - name: deps path: /go commands: - go test -v - go build - name: docker image: harbor.ntppool.org/ntppool/drone-kaniko:main pull: always volumes: - name: deps path: /go settings: repo: ntppool/geoipapi registry: harbor.ntppool.org auto_tag: true tags: SHA7,${DRONE_SOURCE_BRANCH} cache: true username: from_secret: harbor_username password: from_secret: harbor_password --- kind: signature hmac: 0c52196c25e55d77d014865c7a0298b24849133f9f59b14ca9fd235917f2649d ...