Skip to content

Commit

Permalink
Configure aicoe-ci yaml to build image and push to quay
Browse files Browse the repository at this point in the history
  • Loading branch information
Karanraj Chauhan committed Jan 4, 2021
1 parent 684b383 commit 45b446c
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 45b446c

Please sign in to comment.