stages: - name: Build steps: - publishImageConfig: dockerfilePath: ./Dockerfile buildContext: . tag: registry.wmk8s.com/rene.jochums.at/homepage:v1.0.3 pushRemote: true registry: registry.wmk8s.com - name: Deploy steps: - applyYamlConfig: path: ./deployment.yaml timeout: 60 notification: recipients: - recipient: rene@webmeisterei.com notifier: local:n-mtzwd condition: - Success - Changed - Failed