File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
77 runs-on : ubuntu-latest
88 container :
9- image : gcr.io/bazel-public/bazel@sha256:e45b3b77bf94e6eeb9a2a7151e4474f75247cc52501e5da6a24f976d71e10b14
9+ image : gcr.io/bazel-public/bazel@sha256:d68a2c3244520d809a0a5c82f74c581b14f074a9a8f5b5100cc7658af87234ee
1010 options : --user root
1111 env :
1212 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
5454 if : github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository
5555 runs-on : ubuntu-latest
5656 container :
57- image : gcr.io/bazel-public/bazel@sha256:e45b3b77bf94e6eeb9a2a7151e4474f75247cc52501e5da6a24f976d71e10b14
57+ image : gcr.io/bazel-public/bazel@sha256:d68a2c3244520d809a0a5c82f74c581b14f074a9a8f5b5100cc7658af87234ee
5858 options : --user root
5959 steps :
6060 - run : set -eu
9191 if : startsWith(github.ref, 'refs/tags/v')
9292 runs-on : ubuntu-latest
9393 container :
94- image : gcr.io/bazel-public/bazel@sha256:e45b3b77bf94e6eeb9a2a7151e4474f75247cc52501e5da6a24f976d71e10b14
94+ image : gcr.io/bazel-public/bazel@sha256:d68a2c3244520d809a0a5c82f74c581b14f074a9a8f5b5100cc7658af87234ee
9595 options : --user root # ref: https://docs.github.com/en/actions/creating-actions/dockerfile-support-for-github-actions#user
9696 env :
9797 GH_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments