Skip to content

Commit

Permalink
new ci to build the image
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxEnashi committed Oct 23, 2024
1 parent f3d575e commit c08a5ed
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/anomaly_ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Staging CI Pipeline

on:
push:
branches:
- anomaly_step

concurrency: ci

jobs:
build-lc-classification-anomaly-dagger:
uses: ./.github/workflows/template_build_with_dagger.yaml
with:
stage: staging
extra-args: lc_classification_step_anomaly --build-args=model:anomaly --package-dir=lc_anomaly_step
submodules: true
secrets:
GH_TOKEN: ${{ secrets.ADMIN_TOKEN }}

0 comments on commit c08a5ed

Please sign in to comment.