We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9420ee2 commit 41ac83aCopy full SHA for 41ac83a
.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.23.0
+GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:1.23.1
.github/workflows/validate_pr.yaml
@@ -19,7 +19,7 @@ jobs:
19
contents: read
20
id-token: write
21
container:
22
- image: ghcr.io/grafana/grafana-build-tools:v1.23.0@sha256:173916af15668a9a2837e038d5dea445b3888cbab97cd572dc2b3d961c982c83
+ image: ghcr.io/grafana/grafana-build-tools:1.23.1@sha256:66fb15e42d9b1f3ba68b28d8117c3dd6f598d5975ca8d3a01238054930356df9
23
steps:
24
- name: checkout
25
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
0 commit comments