Skip to content

Commit

Permalink
Merge pull request #6 from chauhankaranraj/update-aicoe-ci
Browse files Browse the repository at this point in the history
Configure aicoe-ci yaml to build image and push to quay
  • Loading branch information
Anand Sanmukhani authored Jan 4, 2021
2 parents 684b383 + 45b446c commit 29ea354
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .aicoe-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
check:
- thoth-precommit
# Uncomment following line to build a public image of this repo
# - thoth-build
- thoth-build

# Uncomment following lines to build a public image of this repo
# build:
# build-stratergy: Source
# build-source-script: "image:///opt/app-root/builder"
# base-image: quay.io/thoth-station/s2i-custom-notebook:latest
# registry: quay.io
# registry-org: aicoe
# registry-project: <CHANGE-ME>
# registry-secret: aicoe-pusher-secret
build:
build-stratergy: Source
build-source-script: "image:///opt/app-root/builder"
base-image: quay.io/thoth-station/s2i-custom-notebook:latest
custom-tag: latest
registry: quay.io
registry-org: aicoe
registry-project: openshift-anomaly-detection
registry-secret: aicoe-pusher-secret

0 comments on commit 29ea354

Please sign in to comment.