kind: BuildConfig apiVersion: build.openshift.io/v1 metadata: name: greeting-console spec: nodeSelector: {} strategy: type: Docker source: type: Git git: uri: 'https://olbohlen@eenfach.de/gitblit/r/~olbohlen/my-greeting-console.git' ref: main output: to: kind: DockerImage name: docker.eenfach.de/olbohlen/greeting-console pushSecret: name: docker-eenfach-de