-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grafana 10.2.3->11.1.4 + mirror images
- Loading branch information
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,3 +69,25 @@ jobs: | |
run: | | ||
TAG_BUILDKIT=${{ steps.imageBuildkitTag.outputs.result }} | ||
crane cp docker.io/moby/buildkit:$TAG_BUILDKIT ghcr.io/yolean/buildkit:$TAG_BUILDKIT | ||
- | ||
name: Get grafana image tag | ||
id: imageGrafanaTag | ||
uses: mikefarah/[email protected] | ||
with: | ||
cmd: yq '.images[0].newTag' monitoring/grafana/kustomization.yaml | ||
- | ||
name: Mirror grafana image from hub | ||
run: | | ||
TAG_GRAFANA=${{ steps.imageGrafanaTag.outputs.result }} | ||
crane cp docker.io/grafana/grafana:$TAG_GRAFANA ghcr.io/yolean/grafana:$TAG_GRAFANA | ||
- | ||
name: Get grafana-image-renderer image tag | ||
id: imageGrafanaImageRendererTag | ||
uses: mikefarah/[email protected] | ||
with: | ||
cmd: yq '.images[1].newTag' monitoring/grafana/kustomization.yaml | ||
- | ||
name: Mirror grafana-image-renderer image from hub | ||
run: | | ||
TAG_GRAFANAIMG=${{ steps.imageGrafanaImageRendererTag.outputs.result }} | ||
crane cp docker.io/grafana/grafana-image-renderer:$TAG_GRAFANAIMG ghcr.io/yolean/grafana-image-renderer:$TAG_GRAFANAIMG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters