diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index c0dee6c..0ae5c61 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest container: - image: gcr.io/bazel-public/bazel@sha256:65e2c7b5814b000163817ddcfedb16ce3abe4ddd745d683ad399cab14398e4e2 + image: gcr.io/bazel-public/bazel@sha256:1d624c7d2a6a555a50500ea5f953688f0627608df46973f363649c369d12f440 options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} @@ -24,7 +24,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest container: - image: gcr.io/bazel-public/bazel@sha256:65e2c7b5814b000163817ddcfedb16ce3abe4ddd745d683ad399cab14398e4e2 + image: gcr.io/bazel-public/bazel@sha256:1d624c7d2a6a555a50500ea5f953688f0627608df46973f363649c369d12f440 options: --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user env: GH_TOKEN: ${{ github.token }}