We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf0050 commit 7de87a5Copy full SHA for 7de87a5
.gbt.mk
@@ -4,4 +4,4 @@
4
# and a shell script. This is achieved by using the `VAR=value` syntax, which
5
# is valid in both Makefile and shell.
6
7
-GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v1.28.1
+GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v1.28.2
.github/workflows/validate_pr.yaml
@@ -25,7 +25,7 @@ jobs:
25
contents: read
26
id-token: write
27
container:
28
- image: ghcr.io/grafana/grafana-build-tools:v1.28.1@sha256:98ee525b46c3cfddcc5e2f3534093c03af87bc97b311144f1acac9521913fcf6
+ image: ghcr.io/grafana/grafana-build-tools:v1.28.2@sha256:c3ab0b70cffab699cf2b841aff46aabeeeeffd9858453b2d45feee705b3a9ab8
29
volumes:
30
# This works as long as we are using self-hosted runners.
31
#
0 commit comments