kind: pipeline name: build type: kubernetes steps: - name: docker_netbox image: plugins/docker settings: dockerfile: Dockerfile registry: harbor.dragse.it repo: harbor.dragse.it/base/netbox tags: - "3" - "3.1" - "3.1.5" - "latest" username: from_secret: repo_username password: from_secret: repo_password - name: send telegram notification image: appleboy/drone-telegram settings: token: from_secret: tele_token to: from_secret: tele_user --- kind: secret name: repo_username get: path: repo-credentials name: username --- kind: secret name: repo_password get: path: repo-credentials name: password --- kind: secret name: tele_user get: path: telegram-notification name: user_id --- kind: secret name: tele_token get: path: telegram-notification name: token