From c08a5ed46731ccd823a04b604bb07e0627e61d61 Mon Sep 17 00:00:00 2001 From: Alex Alvarez Toledo Date: Wed, 23 Oct 2024 09:53:51 -0300 Subject: [PATCH] new ci to build the image --- .github/workflows/anomaly_ci.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/anomaly_ci.yaml diff --git a/.github/workflows/anomaly_ci.yaml b/.github/workflows/anomaly_ci.yaml new file mode 100644 index 000000000..889f596a6 --- /dev/null +++ b/.github/workflows/anomaly_ci.yaml @@ -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 }}