--- kind: secret name: digitalocean_auth get: path: digitalocean name: auth --- kind: pipeline type: kubernetes name: build steps: - name: publish image: plugins/docker settings: repo: registry.digitalocean.com/ocjtech-registry-01/healthchecks registry: registry.digitalocean.com auth: from_secret: digitalocean_auth auto_tag: true