Skip to content

Commit

Permalink
Shift from zuul to gha (#2)
Browse files Browse the repository at this point in the history
* transition from zuul to gha
  • Loading branch information
jmarchel7bulls authored Jun 10, 2024
1 parent 3defcc9 commit 408d800
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI
on:
push:
branches:
- main
- r[1-9]
pull_request:
branches:
- main
- r[1-9]
jobs:
build-and-push-prediction-orchestrator:
name: Build and push prediction-orchestrator
uses: eu-nebulous/github-actions/.github/workflows/build-and-push-container-image.yml@main
with:
context: prediction-orchestrator
image-name: prediction-orchestrator
secrets: inherit

0 comments on commit 408d800

Please sign in to comment.