22 lines
410 B
YAML
22 lines
410 B
YAML
apiVersion: build.openshift.io/v1
|
|
kind: BuildConfig
|
|
metadata:
|
|
name: clawrizon
|
|
namespace: clawrizon
|
|
spec:
|
|
source:
|
|
type: Git
|
|
git:
|
|
uri: https://gitea.apilab.us/cscott/priority-horizon
|
|
ref: main
|
|
strategy:
|
|
type: Docker
|
|
dockerStrategy:
|
|
dockerfilePath: Dockerfile
|
|
output:
|
|
to:
|
|
kind: ImageStreamTag
|
|
name: clawrizon:latest
|
|
triggers:
|
|
- type: ConfigChange
|