Skip to content

Commit f01d342

Browse files
chore(deps): update gcr.io/bazel-public/bazel docker digest to 25790da
1 parent 788f45c commit f01d342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
container:
7-
image: gcr.io/bazel-public/bazel@sha256:65e2c7b5814b000163817ddcfedb16ce3abe4ddd745d683ad399cab14398e4e2
7+
image: gcr.io/bazel-public/bazel@sha256:25790da0aaf00d7aa0af59c6a4b5be38778cefedf3254945f79c3cbe329ffefe
88
options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
99
env:
1010
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -24,7 +24,7 @@ jobs:
2424
if: startsWith(github.ref, 'refs/tags/v')
2525
runs-on: ubuntu-latest
2626
container:
27-
image: gcr.io/bazel-public/bazel@sha256:65e2c7b5814b000163817ddcfedb16ce3abe4ddd745d683ad399cab14398e4e2
27+
image: gcr.io/bazel-public/bazel@sha256:25790da0aaf00d7aa0af59c6a4b5be38778cefedf3254945f79c3cbe329ffefe
2828
options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
2929
env:
3030
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)