Skip to content

Commit

Permalink
Do not build dashboards in 7.x
Browse files Browse the repository at this point in the history
The dashboards are not in the code...

Issue: BB-578
  • Loading branch information
francoisferrand committed Apr 15, 2024
1 parent 8d74ea4 commit a781423
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a781423

Please sign in to comment.