Skip to content

Commit

Permalink
Merge pull request #172 from loeffel-io/renovate/gcr.io-bazel-public-…
Browse files Browse the repository at this point in the history
…bazel

chore(deps): update gcr.io/bazel-public/bazel docker digest to 3348b14
  • Loading branch information
loeffel-io committed Oct 22, 2023
2 parents 36f6c44 + 79a5f50 commit 42d62ea
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:9527dbca23d6e823b13365371528b20ff73fcbcf5dd45fe02bcdb4f91c5a864d # v6.3.2
image: gcr.io/bazel-public/bazel@sha256:3348b14c7b45a4fbf06fee34996a8d15da72f43bb282a81f4720a0c0a5c37dca # v6.3.2
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:9527dbca23d6e823b13365371528b20ff73fcbcf5dd45fe02bcdb4f91c5a864d # v6.3.2
image: gcr.io/bazel-public/bazel@sha256:3348b14c7b45a4fbf06fee34996a8d15da72f43bb282a81f4720a0c0a5c37dca # v6.3.2
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 42d62ea

Please sign in to comment.