diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..1e318a9 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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