Compare commits

...

1 Commits

Author SHA1 Message Date
Xin LI 8b1a690f17 improvement: add-test-dashboard 2023-02-01 21:22:19 +01:00
1 changed files with 6 additions and 0 deletions

View File

@ -142,6 +142,12 @@ jobs:
registry: registry.scality.com registry: registry.scality.com
username: ${{ secrets.REGISTRY_LOGIN }} username: ${{ secrets.REGISTRY_LOGIN }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Push dashboards into the development namespace
run: |
oras push registry.scality.com/cloudserver-dev/cloudserver-dashboards:${{ github.sha }} \
dashboard.json:application/grafana-dashboard+json \
alerts.yaml:application/prometheus-alerts+yaml
working-directory: monitoring
- name: Build and push cloudserver image - name: Build and push cloudserver image
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with: