Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RenJiangZhou2163 committed Feb 8, 2025
1 parent 3d723be commit 0dfc1c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
build-args: |
GRAFANA_VERSION=latest
GF_INSTALL_PLUGINS=grafana-clock-panel,alexanderzobnin-zabbix-app,camptocamp-prometheus-alertmanager-datasource,grafana-opensearch-datasource,marcusolsson-csv-datasource,volkovlabs-grapi-datasource,marcusolsson-json-datasource,yesoreyeram-infinity-datasource
tags: grafana/grafana-plugins:latest
tags: ${{ secrets.DOCKER_USERNAME }}/grafana-plugins:latest
load: true
push: true

Expand All @@ -114,7 +114,7 @@ jobs:
build-args: |
GRAFANA_VERSION=10.2.0
GF_INSTALL_PLUGINS=grafana-clock-panel,alexanderzobnin-zabbix-app,camptocamp-prometheus-alertmanager-datasource,grafana-opensearch-datasource,marcusolsson-csv-datasource,volkovlabs-grapi-datasource,marcusolsson-json-datasource,yesoreyeram-infinity-datasource
tags: grafana/grafana-plugins:10.2.0
tags: ${{ secrets.DOCKER_USERNAME }}/grafana-plugins:10.2.0
load: true
push: true

Expand Down

0 comments on commit 0dfc1c8

Please sign in to comment.