stages: - name: Build steps: - publishImageConfig: dockerfilePath: ./Dockerfile buildContext: . tag: registry.jochum.dev/jochum/homepage:${CICD_GIT_REF} pushRemote: true registry: registry.jochum.dev - name: Deploy steps: - applyYamlConfig: path: ./deployment.yaml timeout: 60 notification: recipients: - recipient: rene@jochum.dev notifier: local:n-wnbgn condition: - Success - Changed - Failed