diff --git a/.github/workflows/sysdig-teams-operator-build.yaml b/.github/workflows/sysdig-teams-operator-build.yaml index e70de38c..71afcf14 100644 --- a/.github/workflows/sysdig-teams-operator-build.yaml +++ b/.github/workflows/sysdig-teams-operator-build.yaml @@ -22,4 +22,4 @@ jobs: cmd: | 'project ${{ secrets.SYSDIG_OPERATOR_PROJECT }}' 'delete all -l build=gh-actions' - 'new-build https://github.com/BCDevOps/platform-services#${{ github.ref }} --context-dir=monitoring/sysdig/operator/build --name sysdig-operator -l build=gh-actions' \ No newline at end of file + 'new-build https://github.com/BCDevOps/platform-services#${{ github.ref }} --context-dir=monitoring/sysdig/operator/sysdig-monitor/build --name sysdig-operator -l build=gh-actions' \ No newline at end of file