Skip to content

Commit

Permalink
chore(deps): update gcr.io/bazel-public/bazel docker digest to 28e9d25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent ceb1d8e commit 498af3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: gcr.io/bazel-public/bazel@sha256:7430f06fff16c8860ec486e1fe0e8c7ce0209a78605b97f41ab6e17f1330ab85
image: gcr.io/bazel-public/bazel@sha256:28e9d254119912869003d90dc7db3e2196067e19562515a15fb4343c743fd722
options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand All @@ -24,7 +24,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
container:
image: gcr.io/bazel-public/bazel@sha256:7430f06fff16c8860ec486e1fe0e8c7ce0209a78605b97f41ab6e17f1330ab85
image: gcr.io/bazel-public/bazel@sha256:28e9d254119912869003d90dc7db3e2196067e19562515a15fb4343c743fd722
options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 498af3f

Please sign in to comment.