From a781423c0ae2820ac744f96255039c829891d79e Mon Sep 17 00:00:00 2001 From: Francois Ferrand Date: Mon, 15 Apr 2024 18:57:29 +0200 Subject: [PATCH] Do not build dashboards in 7.x The dashboards are not in the code... Issue: BB-578 --- .github/workflows/release.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 50b69c23e..13279ce46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,16 +28,6 @@ jobs: username: ${{ github.repository_owner }} password: ${{ github.token }} - - name: Push dashboards into the production namespace - run: | - oras push ghcr.io/${{ github.repository }}/${{ env.PROJECT_NAME }}-dashboards:${{ github.event.inputs.tag }} \ - ingestion/ingestion-processor-dashboard.json:application/grafana-dashboard+json \ - ingestion/ingestion-producer-dashboard.json:application/grafana-dashboard+json \ - ingestion/ingestion-global-dashboard.json:application/grafana-dashboard+json \ - ingestion/ingestion-processor-alert.yaml:application/prometheus-alerts+yaml \ - ingestion/ingestion-producer-alert.yaml:application/prometheus-alerts+yaml - working-directory: monitoring - - name: Build and push uses: docker/build-push-action@v5 with: