--- kind: pipeline type: kubernetes name: default steps: - name: test image: golang:1.25 volumes: - name: deps path: /go environment: CGO_ENABLED: 1 commands: - go mod download - go test -v ./... - go test -race ./... - go test -short ./... - go build - go vet ./... - go tool gofumpt -l . - go mod verify - 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: "${DRONE_BRANCH},build-${DRONE_BUILD_NUMBER},SHAABBREV,SHA7" cache: true username: from_secret: harbor_username password: from_secret: harbor_password volumes: - name: deps temp: {} --- kind: signature hmac: b1f03a1749f6225e46b015ffe751360940145bd78c55da7ddfcdb49b2da247a5 ...