We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b232a commit c6a3029Copy full SHA for c6a3029
.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.33.0
+GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v1.33.1
.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.33.0@sha256:549b023fb675564515a4dfe57ecee251e3c67b939f2bdbcce294a9472a54a2e6
+ image: ghcr.io/grafana/grafana-build-tools:v1.33.1@sha256:d9d13ce2394495341708f9b902883f7fa55782e3bd11b200f3faa53443f44508
29
volumes:
30
# This works as long as we are using self-hosted runners.
31
#
0 commit comments