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 0dfc1c8 commit c0d5dac
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 @@ -120,8 +120,8 @@ jobs:

- name: Save Docker image as file
run: |
docker save -o grafana_grafana-custom_latest.tar.gz grafana/grafana-plugins:latest
docker save -o grafana_grafana-custom_10.2.0.tar.gz grafana/grafana-plugins:10.2.0
docker save -o grafana_grafana-custom_latest.tar.gz renjiangzhou/grafana-plugins:latest
docker save -o grafana_grafana-custom_10.2.0.tar.gz renjiangzhou/grafana-plugins:10.2.0
- name: Upload Image Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c0d5dac

Please sign in to comment.