kind: pipeline type: docker name: default steps: - name: docker-build-and-push image: plugins/docker settings: repo: git.internet-master.cz/jakub/dotnettest tags: latest registry: git.internet-master.cz dockerfile: Dockerfile username: from_secret: gitea_docker_username password: from_secret: gitea_docker_password - name: call-portainer-webhook image: curlimages/curl commands: - curl -X POST http://192.168.52.21:9000/api/webhooks/18e7c408-4e70-4ad3-8fe8-de6a3b577894 trigger: branch: - main