Skip to content

Commit

Permalink
chore: Update ghcr.io/grafana/grafana-build-tools Docker tag to v0.39…
Browse files Browse the repository at this point in the history
….1 (#1199)

Co-authored-by: grafanarenovatebot[bot] <146220760+grafanarenovatebot[bot]@users.noreply.github.com>
  • Loading branch information
grafanarenovatebot[bot] authored Feb 13, 2025
1 parent 0fe816c commit 2b85ab9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gbt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# and a shell script. This is achieved by using the `VAR=value` syntax, which
# is valid in both Makefile and shell.

GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.39.0
GBT_IMAGE=ghcr.io/grafana/grafana-build-tools:v0.39.1
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: github-hosted-ubuntu-${{ matrix.arch }}

container:
image: ghcr.io/grafana/grafana-build-tools:v0.39.0@sha256:52b23f84dddf40c057177a441a5ac1814fff21875d7918ab5013a52bf93a5dfa
image: ghcr.io/grafana/grafana-build-tools:v0.39.1@sha256:ba874137e92fec42e24c97edc3736dd947c60dfd25882bb911add74f52fcef0d
outputs:
version: ${{ steps.version.outputs.value }}
version_bare: ${{ steps.version.outputs.bare_value }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.runner }}

container:
image: ghcr.io/grafana/grafana-build-tools:v0.39.0@sha256:52b23f84dddf40c057177a441a5ac1814fff21875d7918ab5013a52bf93a5dfa
image: ghcr.io/grafana/grafana-build-tools:v0.39.1@sha256:ba874137e92fec42e24c97edc3736dd947c60dfd25882bb911add74f52fcef0d

steps:
- name: checkout
Expand Down

0 comments on commit 2b85ab9

Please sign in to comment.